C# Class gdapi.ForbiddenException

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

Méthodes publiques

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

Method Details

ForbiddenException() public méthode

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