Show: Delphi
C++
Display Preferences
System.SysUtils.EConvertError Properties
From XE2 API Documentation
| BaseException | public | BaseException specifies the innermost exception. |
| HelpContext | public | Indicates the context ID number for context-sensitive online help associated with the exception. |
| 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. |
| StackInfo | public | StackInfo provides the stack information when this exception is raised. |
| StackTrace | public | StackTrace specifies the stack trace at the moment when the exception was raised. |