C# Class Huddle.Clients.Exceptions.HuddleApiException

Inheritance: System.ApplicationException
Afficher le fichier Open project: Huddle/Huddle.RestClient

Méthodes publiques

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

Private Methods

Méthode Description
GetMessage ( ApiResponse response ) : string

Method Details

HuddleApiException() public méthode

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

HuddleApiException() public méthode

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

HuddleApiException() public méthode

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