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