C# 클래스 TodoistNet.Core.TodoistWebException

상속: System.Exception
파일 보기 프로젝트 열기: jernejk/TodoistNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorCodeMessages string>.IReadOnlyDictionary

공개 메소드들

메소드 설명
GenerateFromHttpErrorCode ( int errorCode, Exception originalException ) : TodoistWebException
IsKnownHttpErrorCode ( int errorCode ) : bool
TodoistWebException ( string message ) : System
TodoistWebException ( string message, Exception innerException ) : System

메소드 상세

GenerateFromHttpErrorCode() 공개 정적인 메소드

public static GenerateFromHttpErrorCode ( int errorCode, Exception originalException ) : TodoistWebException
errorCode int
originalException System.Exception
리턴 TodoistWebException

IsKnownHttpErrorCode() 공개 정적인 메소드

public static IsKnownHttpErrorCode ( int errorCode ) : bool
errorCode int
리턴 bool

TodoistWebException() 공개 메소드

public TodoistWebException ( string message ) : System
message string
리턴 System

TodoistWebException() 공개 메소드

public TodoistWebException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

프로퍼티 상세

ErrorCodeMessages 공개적으로 정적으로 프로퍼티

public static IReadOnlyDictionary ErrorCodeMessages
리턴 string>.IReadOnlyDictionary