Error Class |
The Error 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromException | Gets the error associated with the exception or creates one. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |