ImporterExceptionBase
Represents an exceptional failure attempting to import data
protected ImporterExceptionBase()
Initializes a new instance of UpdateFailedException.
Initializes a new instance of UpdateFailedException with the specified message.
Initializes a new instance of UpdateFailedException with the specified message and inner exception.
Initializes a new instance of UpdateFailedException with serialized data.
Initializes a new instance of UpdateFailedException with the provided row index, field name, and additional information.
protected ImporterExceptionBase(Exception innerException, long row, string fieldName, string additionalInfo)
Initializes a new instance of UpdateFailedException with the provided inner exception, row index, field name, and additional information.
Initializes a new instance of UpdateFailedException with the provided row index, field name, and additional information.
protected ImporterExceptionBase(Exception innerException, long row, int column, string additionalInfo)
Initializes a new instance of UpdateFailedException with the provided inner exception, row index, field name, and additional information.