C# Class gdapi.MethodNotAllowedException

Represents a MethodNotAllowed Exception returned from an API call.
Inheritance: ApiException
显示文件 Open project: godaddy/gdapi-csharp

Public Methods

Method Description
MethodNotAllowedException ( string message, string code, string detail )

Method Details

MethodNotAllowedException() public method

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