Class ExceptionHandlingEventArgs
Represents the argument for ExceptionHandlingEvent
Inheritance
System.Object
System.EventArgs
ExceptionHandlingEventArgs
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.Olap.Manager
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class ExceptionHandlingEventArgs : EventArgs
Constructors
ExceptionHandlingEventArgs()
Declaration
public ExceptionHandlingEventArgs()
Properties
Exception
Gets or sets the exception message
Declaration
public Exception Exception { get; set; }
Property Value
Type |
---|
System.Exception |