Click or drag to resize

ScriptError Properties

The CompilerServiceScriptError type exposes the following members.

Properties
  NameDescription
Public propertyCodeType
Type of code where the compilation error occurred.
Public propertyColumn
Column number within the line number specified by Line where the compilation error occurred.
Public propertyErrorText
Compilation error description.
Public propertyLine
Line number within the object specified by Location where the compilation error occurred.
Public propertyLocation
Location of object where the compilation error occurred.
Top
See Also