Relativity.Transfer.TransferPathAttributeException
namespace Relativity.Transfer
{
public class TransferPathAttributeException : Exception
{
public TransferPathAttributeException();
public TransferPathAttributeException(string message);
public TransferPathAttributeException(string message, Exception innerException);
protected TransferPathAttributeException(SerializationInfo info, StreamingContext context);
}
}