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

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

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

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

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

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

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

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

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

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

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