Relativity.DataExchange.Data.BooleanImporterException
Represents an exception that occured while attempting to import a boolean. This class cannot be inherited.
namespace Relativity.DataExchange.Data
{
public sealed class BooleanImporterException : ImporterException
{
public BooleanImporterException();
public BooleanImporterException(string message);
public BooleanImporterException(string message, Exception innerException);
public BooleanImporterException(long row, int column, Exception innerException);
}
}