ScriptingErrorEventArgs Members
Include Protected Members
Include Inherited Members
The ScriptingErrorEventArgs object provides programmatic access to the arguments used to report the errors that occur during scripting operations.
The ScriptingErrorEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Current | Gets the Urn object value that specifies the object that the operation is currently processing. |
![]() |
InnerException | Gets the exception instance that caused the current exception. |
Top