LineContents Property

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

Exception.LineContents

Return Value

Character data type

Remarks

Applies To: Exception Class (Visual FoxPro)

Identical to the value returned by the statement:

MESSAGE(1)

See Also

Concepts

Structured Error Handling

Reference

Exception Object Properties, Methods, and Events

MESSAGE( ) Function

TRY...CATCH...FINALLY Command

Other Resources

Properties (Visual FoxPro)