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