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

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

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

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

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

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

public CreditentialsException ( int code )
code int

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

public CreditentialsException ( string message, System innerException, int code )
message string
innerException System
code int

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

public CreditentialsException ( string message, System.Exception innerException, int code )
message string
innerException System.Exception
code int

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

public CreditentialsException ( string message, int code )
message string
code int