ComponentOne DataObjects for .NET
ErrorRow Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataException Class : ErrorRow Property
Gets the index of the row where the exception occurred.
Syntax
'Declaration
 
Public ReadOnly Property ErrorRow As System.Integer
public System.int ErrorRow {get;}
Remarks
This property returns -1 if the exception is not related to a particular field.
See Also

Reference

C1DataException Class
C1DataException Members