Class ExceptionThrownEventArgs
Provides data for the
Inheritance
System.Object
ExceptionThrownEventArgs
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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 |