C# Класс XamarinImgur.Helpers.AuthException

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

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

Метод Описание
AuthException ( ) : Newtonsoft.Json.Linq
AuthException ( string message ) : Newtonsoft.Json.Linq
AuthException ( string message, AuthExceptionReason reason ) : Newtonsoft.Json.Linq
AuthException ( string message, Exception inner ) : Newtonsoft.Json.Linq

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

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

public AuthException ( ) : Newtonsoft.Json.Linq
Результат Newtonsoft.Json.Linq

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

public AuthException ( string message ) : Newtonsoft.Json.Linq
message string
Результат Newtonsoft.Json.Linq

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

public AuthException ( string message, AuthExceptionReason reason ) : Newtonsoft.Json.Linq
message string
reason AuthExceptionReason
Результат Newtonsoft.Json.Linq

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

public AuthException ( string message, Exception inner ) : Newtonsoft.Json.Linq
message string
inner System.Exception
Результат Newtonsoft.Json.Linq