Class AjaxRequestFailureEventArgs
This event arguments provides the necessary information about ajax request failure event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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. |