Méthode | Description | |
---|---|---|
ApiException ( ) : System |
Initializes a new instance of the ApiException class.
|
|
ApiException ( int errorCode, string message ) : System |
Initializes a new instance of the ApiException class.
|
|
ApiException ( int errorCode, string message, dynamic errorContent = null ) : System |
public ApiException ( int errorCode, string message ) : System | ||
errorCode | int | HTTP status code. |
message | string | Error message. |
Résultat | System |
public ApiException ( int errorCode, string message, dynamic errorContent = null ) : System | ||
errorCode | int | |
message | string | |
errorContent | dynamic | |
Résultat | System |