C# Class XamarinImgur.Helpers.AuthException

Inheritance: System.Exception
Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

Méthode Description
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

Method Details

AuthException() public méthode

public AuthException ( ) : Newtonsoft.Json.Linq
Résultat Newtonsoft.Json.Linq

AuthException() public méthode

public AuthException ( string message ) : Newtonsoft.Json.Linq
message string
Résultat Newtonsoft.Json.Linq

AuthException() public méthode

public AuthException ( string message, AuthExceptionReason reason ) : Newtonsoft.Json.Linq
message string
reason AuthExceptionReason
Résultat Newtonsoft.Json.Linq

AuthException() public méthode

public AuthException ( string message, Exception inner ) : Newtonsoft.Json.Linq
message string
inner System.Exception
Résultat Newtonsoft.Json.Linq