error class : RowNumber getter
Description
Gets the number of rows in the places where the error occurred.
Syntax
errorInstance.RowNumber
Arguments
None
Return value
Class | Description |
int | The number of rows in the places where the error occurred. |
Sample code
int rowNumber = __error.RowNumber;
Notes
None
Links for reference
None