Click or drag to resize

CompilerServiceScriptError Class

Represents a script compilation error.
Inheritance Hierarchy
SystemObject
  RRAutoLib.ScriptingCompilerServiceScriptError

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Class ScriptError

The CompilerServiceScriptError type exposes the following members.

Constructors
  NameDescription
Public methodCompilerServiceScriptError
Initializes a new instance of the CompilerServiceScriptError class
Top
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