WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate SpellCheckerAdv.ExceptionHanlder

    Show / Hide Table of Contents

    Delegate SpellCheckerAdv.ExceptionHanlder

    Delegate for Exception Handler.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void ExceptionHanlder(object sender, Exception ex);
    Parameters
    Type Name Description
    System.Object sender

    object sender

    System.Exception ex

    Represents errors that occur during application execution.

    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
    Type Description
    System.IAsyncResult

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved