C# Класс Systran.NlpClientLib.Client.ApiException

API Exception
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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