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