Class ActionFailureEventsArgs
A class that contains event arguments for action failure.
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionFailureEventsArgs : ActionEventsArgs
Constructors
ActionFailureEventsArgs()
Declaration
public ActionFailureEventsArgs()
Properties
Error
Gets or sets the exception error associated with the event.
Declaration
public Exception Error { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | An Exception object representing the exception error. |