Class ExceptionThrownEventArgs
Provides data for the ExternalExceptionThrown event.
Inheritance
System.Object
ExceptionThrownEventArgs
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class ExceptionThrownEventArgs : EventArgs
Constructors
ExceptionThrownEventArgs()
Initializes a new instance of ExceptionThrownEventArgs class.
Declaration
public ExceptionThrownEventArgs()
Properties
Exception
Gets a value that indicates the type of exception caught while fetching data from server.
Declaration
public Exception Exception { get; }
Property Value
Type |
---|
System.Exception |