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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Current Gets the Urn object value that specifies the object that the operation is currently processing.
Public property InnerException Gets the exception instance that caused the current exception.

Top