Details Property

Specifies additional details about an exception object that are related to information specified by the Message property. Read/write at run time.

Exception.Details

Return Value

Character data type. Details can be NULL unless the error has an additional parameter; in that case, this property contains the text of the error parameter.

Remarks

Applies To: Exception Class (Visual FoxPro)

Identical to the value returned by SYS(2018) and the third element in the array produced by the AERROR() function.

See Also

Concepts

Structured Error Handling

Reference

Exception Object Properties, Methods, and Events

Message Property

AERROR( ) Function

SYS(2018) - Error Message Parameter

TRY...CATCH...FINALLY Command

Other Resources

Properties (Visual FoxPro)