LineNo Property

Specifies the line number of the statement that produced an exception object. Read/write at run time.

Exception.LineNoProperty

Return Value

Numeric data type

Remarks

Applies To: Exception Class (Visual FoxPro)

Identical to the value returned by the LINENO( ) function.

See Also

Reference

Exception Object Properties, Methods, and Events
LINENO( ) Function
TRY...CATCH...FINALLY Command

Concepts

Structured Error Handling

Other Resources

Properties (Visual FoxPro)