C# Class Systran.ApiException

API Exception
Inheritance: System.Exception
Afficher le fichier Open project: SYSTRAN/translation-api-csharp-client

Méthodes publiques

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

Method Details

ApiException() public méthode

Initializes a new instance of the ApiException class.
public ApiException ( ) : System
Résultat System

ApiException() public méthode

Initializes a new instance of the ApiException class.
public ApiException ( int errorCode, string message ) : System
errorCode int HTTP status code.
message string Error message.
Résultat System

ApiException() public méthode

public ApiException ( int errorCode, string message, dynamic errorContent = null ) : System
errorCode int
message string
errorContent dynamic
Résultat System