C# 클래스 XamarinImgur.Helpers.AuthException

상속: System.Exception
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
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