C# Class gdapi.NotAcceptableException

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

Public Methods

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

Method Details

NotAcceptableException() public method

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