C# Class Huddle.Clients.Exceptions.ServiceUnavailableException

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

Public Methods

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

Method Details

ServiceUnavailableException() public method

public ServiceUnavailableException ( ) : System
return System

ServiceUnavailableException() public method

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

ServiceUnavailableException() public method

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

ServiceUnavailableException() public method

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