Class SpellCheckerAdv.ExceptionHanlder
Delegate for Exception Handler.
Inheritance
System.Object
SpellCheckerAdv.ExceptionHanlder
Assembly: Syncfusion.Tools.Windows.dll
public sealed class ExceptionHanlder : MulticastDelegate
Constructors
Declaration
public ExceptionHanlder(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
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
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, Exception ex)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.Exception |
ex |
|