Class ExceptionCatchedEventArgs
Provides data for the ExceptionCatched event.
Inherited Members
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.Forms
Assembly: Syncfusion.Shared.Base.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 |