menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FailureEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FailureEventArgs

    Provides information about the OnActionFailure event callback.

    Inheritance
    System.Object
    ActionEventArgs
    FailureEventArgs
    Inherited Members
    ActionEventArgs.Name
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved