Méthode | Description | |
---|---|---|
AccessTokenIsNullException ( ) : System |
Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
|
|
AccessTokenIsNullException ( string message ) : System |
Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
|
|
AccessTokenIsNullException ( string message, |
Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
|
Méthode | Description | |
---|---|---|
AccessTokenIsNullException ( System info, System context ) : System |
Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
|
public AccessTokenIsNullException ( ) : System | ||
Résultat | System |
protected AccessTokenIsNullException ( System info, System context ) : System | ||
info | System | The Infomation. |
context | System | The Context. |
Résultat | System |
public AccessTokenIsNullException ( string message ) : System | ||
message | string | The Message. |
Résultat | System |
public AccessTokenIsNullException ( string message, |
||
message | string | The Message. |
innerException | The Inner Exception. | |
Résultat | System |