ImporterException
Represents an exception that occured while attempting to import data.
The maximum column ordinal before the Excel-style ordinal requires more than 1 character.
Gets or sets the additional information describing this failure.
Gets or sets the index of the column causing the exception.
Gets or sets the name of the field causing the exception.
Gets or sets the index of the row causing the exception.
public ImporterException()
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
protected ImporterException(long row, string fieldName, string additionalInfo, Exception innerException)
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
protected ImporterException(long row, int column, string fieldName, string additionalInfo, Exception innerException)
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.
Initializes a new instance of the ImporterException class.