Class FailureEventArgs
Provides information about the OnActionFailure event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class FailureEventArgs : ActionEventArgs
Constructors
FailureEventArgs()
Declaration
public FailureEventArgs()
Properties
Error
Gets the error information.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception | An System.Exception object that represents the error information. |