Provides support for user scripting.
The Scripting..::..ScriptError type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Scripting..::..ScriptError |
Initializes a new instance of the Scripting..::..ScriptError class
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(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.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CodeType |
Type of code where the compilation error occured.
|
|
|
Column |
Column number within the line number specified by Line where the compilation error occured.
|
|
|
ErrorText |
Compilation error description.
|
|
|
Line |
Line number within the object specified by Location where the compilation error occured.
|
|
|
Location |
Location of object where the compilation error occured.
|