C# Класс WykopSharp.Exceptions.InvalidResponseException

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

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

Метод Описание
InvalidResponseException ( int code ) : System
InvalidResponseException ( string message, Exception innerException, int code ) : System
InvalidResponseException ( string message, int code ) : System

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

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

public InvalidResponseException ( int code ) : System
code int
Результат System

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

public InvalidResponseException ( string message, Exception innerException, int code ) : System
message string
innerException System.Exception
code int
Результат System

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

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