Systran.ApiException.ApiException C# (CSharp) Méthode

ApiException() public méthode

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

Same methods

ApiException::ApiException ( int errorCode, string message ) : System
ApiException::ApiException ( int errorCode, string message, dynamic errorContent = null ) : System
ApiException