error class : ExceptionData getter
Description
Gets the data that has been attached to the exception by user.
Syntax
errorInstance.ExceptionData
Arguments
None
Return value
Class | Description |
proxy | The data that has been attached to the exception by user. |
Sample code
proxy attachedData = __error.ExceptionData;
Notes
An instance of the proxy type that is initialized in the accompanying data has been stored in this getter if a data has been attached to the thrown exception.
Links for reference
None