menu

WPF

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

    Show / Hide Table of Contents

    Class ExceptionCatchedEventArgs

    Provides data for the ExceptionCatched event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    ExceptionCatchedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.GridCommon
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public sealed class ExceptionCatchedEventArgs : SyncfusionEventArgs

    Constructors

    ExceptionCatchedEventArgs(Exception)

    Constructs a ExceptionCatchedEventArgs object.

    Declaration
    public ExceptionCatchedEventArgs(Exception ex)
    Parameters
    Type Name Description
    System.Exception ex

    The exception that was cached.

    Properties

    Exception

    Returns the exception that was cached.

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