LineNumber Property (OracleError)
In This Topic
Gets number of line where source of the error is located.
Syntax
'Declaration
Public ReadOnly Property LineNumber As Integer
public int LineNumber {get;}
Property Value
Number of line with error.
See Also