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