Share via


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

Property 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

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

See Also

Properties | Exception Object Properties, Methods, and Events | Message Property | AERROR( ) Function | SYS(2018) - Error Message Parameter | TRY...CATCH...FINALLY Command | Structured Error Handling

Applies To: Exception Class