Vcl.OleAuto.EOleException Properties
InheritedProtected
| BaseException | public | BaseException specifies the innermost exception. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrorCode | public | The status code returned by the failed method call, indicating the reason for the failure. |
| HelpContext | public | Indicates the context ID number for context-sensitive online help associated with the exception. |
| HelpFile | public | Specifies the name and location of the help file that contains information about the error that occurred. |
| InnerException | public | InnerException specifies the inner exception. |
| Message | public | Message contains the text string to display in the exception dialog box when the exception is raised. |
| Source | public | Designates the application program in which the exception occurred. |
| StackInfo | public | StackInfo provides the stack information when this exception is raised. |
| StackTrace | public | String representation of the stack information. |