C# Class gdapi.MethodNotAllowedException

Represents a MethodNotAllowed Exception returned from an API call.
Inheritance: ApiException
Afficher le fichier Open project: godaddy/gdapi-csharp

Méthodes publiques

Méthode Description
MethodNotAllowedException ( string message, string code, string detail )

Method Details

MethodNotAllowedException() public méthode

public MethodNotAllowedException ( string message, string code, string detail )
message string
code string
detail string