kCura.WinEDDS.Exceptions.ExportBaseException
The exception thrown when a failure occurs performing an export operation.
namespace kCura.WinEDDS.Exceptions
{
public abstract class ExportBaseException : Exception
{
protected ExportBaseException(string message, Exception innerException);
protected ExportBaseException(SerializationInfo info, StreamingContext context);
}
}