C# Class Huddle.Clients.Exceptions.ServiceUnavailableException

Inheritance: HuddleApiException
Afficher le fichier Open project: Huddle/Huddle.RestClient

Méthodes publiques

Méthode Description
ServiceUnavailableException ( ) : System
ServiceUnavailableException ( ApiResponse response ) : System
ServiceUnavailableException ( string message ) : System
ServiceUnavailableException ( string message, Exception innerException ) : System

Method Details

ServiceUnavailableException() public méthode

public ServiceUnavailableException ( ) : System
Résultat System

ServiceUnavailableException() public méthode

public ServiceUnavailableException ( ApiResponse response ) : System
response ApiResponse
Résultat System

ServiceUnavailableException() public méthode

public ServiceUnavailableException ( string message ) : System
message string
Résultat System

ServiceUnavailableException() public méthode

public ServiceUnavailableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System