C# Класс EngageNet.Exceptions.UnknownResponseException

Наследование: EngageNet.Exceptions.ResponseException
Показать файл Открыть проект

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

Метод Описание
UnknownResponseException ( ) : System
UnknownResponseException ( int errorCode, string message ) : System
UnknownResponseException ( int errorCode, string message, Exception inner ) : System

Описание методов

UnknownResponseException() публичный Метод

public UnknownResponseException ( ) : System
Результат System

UnknownResponseException() публичный Метод

public UnknownResponseException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

UnknownResponseException() публичный Метод

public UnknownResponseException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Результат System