menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExceptionRaisedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExceptionRaisedEventArgs

    Represents the class that provides data for the ExceptionRaised event that occurs when an unknown exception has been cached while modifying underlying data in the data source.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    TableEventArgs
    ExceptionRaisedEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    TableEventArgs.Table
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class ExceptionRaisedEventArgs : TableEventArgs
    Remarks

    If necessary, you can re-throw the exception in your event handler.

    Constructors

    ExceptionRaisedEventArgs(Table, String, Exception)

    Initializes a new instance of the ExceptionRaisedEventArgs class.

    Declaration
    public ExceptionRaisedEventArgs(Table table, string method, Exception exception)
    Parameters
    Type Name Description
    Table table

    The table object that cached the exception.

    System.String method

    The name of the method that cached the exception.

    System.Exception exception

    The exception.

    Properties

    Exception

    Gets the value of the exception.

    Declaration
    [TraceProperty(true)]
    public Exception Exception { get; }
    Property Value
    Type
    System.Exception

    Method

    Gets the name of the method that cached the exception.

    Declaration
    [TraceProperty(true)]
    public string Method { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved