Class ExceptionCatchedEventArgs
Provides data for the ExceptionCatched event.
Inherited Members
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 |