GridCustomDataSourceExceptionHandlerArgs.Exception Property
Returns an exception to be handled.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception | An exception. |
See Also