Relativity.DataExchange.RelativityNotSupportedException
The exception thrown when attempting to import or export with an unsupported Relativity instance.
namespace Relativity.DataExchange
{
public class RelativityNotSupportedException : Exception
{
public Version RelativityVersion { get; }
public RelativityNotSupportedException();
public RelativityNotSupportedException(string message);
public RelativityNotSupportedException(string message, Version relativityVersion);
public RelativityNotSupportedException(string message, Exception innerException);
protected RelativityNotSupportedException(SerializationInfo info, StreamingContext context);
}
}