Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<AjaxRequestFailureEventArgs>
    Inherited Members
    BaseEventArgs<AjaxRequestFailureEventArgs>.Equals(AjaxRequestFailureEventArgs)
    BaseEventArgs<AjaxRequestFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AjaxRequestFailureEventArgs : BaseEventArgs<AjaxRequestFailureEventArgs>, IEquatable<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

    DocumentName

    Gets the Document name to be loaded into PdfViewer

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

    ErrorMessage

    Gets the error message for the service call failure.

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

    ErrorStatusCode

    Gets the error status code for the service call failure.

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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved