C# Class Huddle.Clients.Exceptions.PaymentRequiredException

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

Méthodes publiques

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

Method Details

PaymentRequiredException() public méthode

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

PaymentRequiredException() public méthode

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

PaymentRequiredException() public méthode

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