C# Class XamarinImgur.Helpers.AuthException

Inheritance: System.Exception
ファイルを表示 Open project: akshay2000/MonocleGiraffe

Public Methods

Method 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 method

public AuthException ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq

AuthException() public method

public AuthException ( string message ) : Newtonsoft.Json.Linq
message string
return Newtonsoft.Json.Linq

AuthException() public method

public AuthException ( string message, AuthExceptionReason reason ) : Newtonsoft.Json.Linq
message string
reason AuthExceptionReason
return Newtonsoft.Json.Linq

AuthException() public method

public AuthException ( string message, Exception inner ) : Newtonsoft.Json.Linq
message string
inner System.Exception
return Newtonsoft.Json.Linq