C# Class Huddle.Clients.Exceptions.HuddleApiException

Inheritance: System.ApplicationException
ファイルを表示 Open project: Huddle/Huddle.RestClient

Public Methods

Method Description
HuddleApiException ( ApiResponse response ) : System
HuddleApiException ( string message ) : System
HuddleApiException ( string message, Exception innerException ) : System

Private Methods

Method Description
GetMessage ( ApiResponse response ) : string

Method Details

HuddleApiException() public method

public HuddleApiException ( ApiResponse response ) : System
response ApiResponse
return System

HuddleApiException() public method

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

HuddleApiException() public method

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