DataErrorIndex Property
DataErrorIndex
Gets or sets the index into the data field where the parsing error occurred, if known.
C#
public Nullable<int> DataErrorIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the data error. |