IfxException public properties
The following table shows the public properties of the IfxException class.
| Property | Description |
|---|---|
| Errors | Gets the collection of IfxError objects as an IfxErrorCollection object. |
| HelpLink | Gets the help link URL for the exception errors, if available. |
| InnerException | Gets the exception that caused the current exception. |
| Message | Gets the text describing the exception. |
| StackTrace | Gets a string representation of the frames on the call stack when the exception occurred. |
| TargetSite | Gets the method that returned the exception. |