Show / Hide Table of Contents

Class ApiRequestFailedEventArgs

Inheritance
System.Object
System.EventArgs
ApiRequestFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CG.Web.MegaApiClient
Assembly: MegaApiClient.dll
Syntax
public class ApiRequestFailedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

ApiRequestFailedEventArgs(Uri, Int32, TimeSpan, ApiResultCode, Exception)

Declaration
public ApiRequestFailedEventArgs(Uri url, int attemptNum, TimeSpan retryDelay, ApiResultCode apiResult, Exception exception)
Parameters
Type Name Description
System.Uri url
System.Int32 attemptNum
System.TimeSpan retryDelay
ApiResultCode apiResult
System.Exception exception
| Improve this Doc View Source

ApiRequestFailedEventArgs(Uri, Int32, TimeSpan, ApiResultCode, String)

Declaration
public ApiRequestFailedEventArgs(Uri url, int attemptNum, TimeSpan retryDelay, ApiResultCode apiResult, string responseJson)
Parameters
Type Name Description
System.Uri url
System.Int32 attemptNum
System.TimeSpan retryDelay
ApiResultCode apiResult
System.String responseJson

Properties

| Improve this Doc View Source

ApiResult

Declaration
public ApiResultCode ApiResult { get; }
Property Value
Type Description
ApiResultCode
| Improve this Doc View Source

ApiUrl

Declaration
public Uri ApiUrl { get; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

AttemptNum

Declaration
public int AttemptNum { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Exception

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

ResponseJson

Declaration
public string ResponseJson { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RetryDelay

Declaration
public TimeSpan RetryDelay { get; }
Property Value
Type Description
System.TimeSpan
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2013-2024 - Gregoire Pailler - MegaApiClient 1.10.5