Delegate ExceptionHandlingEventHandler
Represents the method that handles the event raised when the exception is handling.
Assembly: Syncfusion.Olap.Base.dll
Syntax
public delegate void ExceptionHandlingEventHandler(object sender, ExceptionHandlingEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The object where the event handler is attached.
|
ExceptionHandlingEventArgs |
e |
The event data.
|
Constructors
ExceptionHandlingEventHandler(Object, IntPtr)
Declaration
public ExceptionHandlingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ExceptionHandlingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExceptionHandlingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ExceptionHandlingEventArgs)
Declaration
public virtual void Invoke(object sender, ExceptionHandlingEventArgs e)
Parameters