C# Class TodoistNet.Core.TodoistWebException

Inheritance: System.Exception
Mostrar archivo Open project: jernejk/TodoistNet Class Usage Examples

Public Properties

Property Type Description
ErrorCodeMessages string>.IReadOnlyDictionary

Public Methods

Method Description
GenerateFromHttpErrorCode ( int errorCode, Exception originalException ) : TodoistWebException
IsKnownHttpErrorCode ( int errorCode ) : bool
TodoistWebException ( string message ) : System
TodoistWebException ( string message, Exception innerException ) : System

Method Details

GenerateFromHttpErrorCode() public static method

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

IsKnownHttpErrorCode() public static method

public static IsKnownHttpErrorCode ( int errorCode ) : bool
errorCode int
return bool

TodoistWebException() public method

public TodoistWebException ( string message ) : System
message string
return System

TodoistWebException() public method

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

Property Details

ErrorCodeMessages public_oe static_oe property

public static IReadOnlyDictionary ErrorCodeMessages
return string>.IReadOnlyDictionary