API Reference
Struct
CsvValidationError
Represents a single schema validation error within a CSV document.
Inheritance
- ValueType
- CsvValidationError
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CsvValidationException.Errors
Accepted by parameters
- Method CsvDocument.Validate
- Constructor CsvValidationException.CsvValidationException
Constructors
public CsvValidationError(Int32 RowIndex, String ColumnName, String Message) #Represents a single schema validation error within a CSV document.
Parameters
- RowIndex System.Int32
- ColumnName System.String
- Message System.String