C# 클래스 Systran.ApiException

API Exception
상속: System.Exception
파일 보기 프로젝트 열기: SYSTRAN/translation-api-csharp-client

공개 메소드들

메소드 설명
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

메소드 상세

ApiException() 공개 메소드

Initializes a new instance of the ApiException class.
public ApiException ( ) : System
리턴 System

ApiException() 공개 메소드

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

ApiException() 공개 메소드

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