C# Class gdapi.NotFoundException

Represents a request which is not found while attempting to access the API.
Inheritance: ApiException
显示文件 Open project: godaddy/gdapi-csharp

Public Methods

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

Method Details

NotFoundException() public method

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