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

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

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

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

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

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

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

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

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

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

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