CompilerServiceScriptError Class |
Namespace: RRAutoLib.Scripting
The CompilerServiceScriptError type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompilerServiceScriptError | Initializes a new instance of the CompilerServiceScriptError class |
Name | Description | |
---|---|---|
![]() | CodeType | Type of code where the compilation error occurred. |
![]() | Column | Column number within the line number specified by Line where the compilation error occurred. |
![]() | ErrorText | Compilation error description. |
![]() | Line | Line number within the object specified by Location where the compilation error occurred. |
![]() | Location | Location of object where the compilation error occurred. |