menu

Blazor

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

    Show / Hide Table of Contents

    Class AjaxRequestFailureEventArgs

    This event arguments provides the necessary information about ajax request failure event.

    Inheritance
    System.Object
    BaseEventArgs<AjaxRequestFailureEventArgs>
    AjaxRequestFailureEventArgs
    Inherited Members
    BaseEventArgs<AjaxRequestFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AjaxRequestFailureEventArgs : BaseEventArgs<AjaxRequestFailureEventArgs>

    Constructors

    AjaxRequestFailureEventArgs()

    Declaration
    public AjaxRequestFailureEventArgs()

    Properties

    Action

    Gets the action name in which the failure is thrown.

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    DocumentName

    Gets the Document name to be loaded into PdfViewer.

    Declaration
    public string DocumentName { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    ErrorMessage

    Gets the error message for the service call failure.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    ErrorStatusCode

    Gets the error status code for the service call failure.

    Declaration
    public double ErrorStatusCode { get; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

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