Click or drag to resize

Error Properties

The Error type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDescription Gets the description of the syntax or execution error.
Public propertyCode exampleException Get the syntax or execution error as an exception.
Public propertyCode exampleFile Gets the filepath of the macro/module which caused a syntax or execution error.
Public propertyCode exampleHelpContext Gets the help's filepath for the syntax or execution error.
Public propertyCode exampleHelpFile Gets the help's context number for the syntax or execution error.
Public propertyCode exampleInnerException Get the exception that caused the error.
Public propertyCode exampleLine Gets the line number of the file which caused the syntax or execution error.
Public propertyCode exampleNumber Gets the error number for the syntax or execution error.
Public propertyCode exampleOffset Gets the offset into the line which contains the syntax or execution error.
Public propertyCode exampleSource Gets the source of the syntax or execution error.
Public propertyCode exampleText Gets the textual description of the syntax or execution error.
Public propertyCode exampleVisibleLine Gets the line number of the file which caused the syntax or execution error.
Top
See Also