Class VsaErrorEventArgs
Encapsulates arguments for VSA error events.
Inheritance
System.Object
System.EventArgs
VsaErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Scripting
Assembly: Syncfusion.Scripting.Base.dll
Syntax
public class VsaErrorEventArgs : EventArgs
Constructors
VsaErrorEventArgs(IVsaError)
Declaration
public VsaErrorEventArgs(IVsaError vsaError)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Vsa.IVsaError | vsaError |
Properties
Error
Declaration
public IVsaError Error { get; }
Property Value
Type |
---|
Microsoft.Vsa.IVsaError |