Systran.ApiException.ApiException C# (CSharp) Method

ApiException() public method

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

Same methods

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