error class : RowNumber getter

Description

Gets the number of rows in the places where the error occurred.

Syntax

errorInstance.RowNumber

Arguments

None

Return value

ClassDescription
intThe number of rows in the places where the error occurred.

Sample code

int rowNumber = __error.RowNumber;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.