Delegate SpellChecker.ExceptionHanlder
Assembly: Syncfusion.Shared.Base.dll
Syntax
public delegate void ExceptionHanlder(object sender, Exception ex);
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Exception |
ex |
|
Constructors
ExceptionHanlder(Object, IntPtr)
Declaration
public ExceptionHanlder(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, Exception, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, Exception ex, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Exception |
ex |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, Exception)
Declaration
public virtual void Invoke(object sender, Exception ex)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Exception |
ex |
|