FieldValueImportException
The exception thrown when a failure occurs attempting to set a field value during an import operation.
Gets the row number where the error occurred.
public FieldValueImportException()
Initializes a new instance of the FieldValueImportException class.
Initializes a new instance of the FieldValueImportException class.
public FieldValueImportException(Exception innerException, long row, string fieldName, string additionalInfo)
Initializes a new instance of the FieldValueImportException class.