IError Interface |
The IError type exposes the following members.
| Name | Description | |
|---|---|---|
| Description | Gets the description of the syntax or execution error. | |
| Exception | Get the syntax or execution error as an exception. | |
| File | Gets the filepath of the macro/module which caused a syntax or execution error. | |
| HelpContext | Gets the help's filepath for the syntax or execution error. | |
| HelpFile | Gets the help's context number for the syntax or execution error. | |
| InnerException | Get the exception that caused the error. | |
| Line | Gets the line number of the file which caused the syntax or execution error. | |
| Number | Gets the error number for the syntax or execution error. | |
| Offset | Gets the offset into the line which contains the syntax or execution error. | |
| Source | Gets the source of the syntax or execution error. | |
| Text | Gets the textual description of the syntax or execution error. | |
| VisibleLine | Gets the line number of the file which caused the syntax or execution error. |