C# Class gdapi.ServiceUnavailableException

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

Public Methods

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

Method Details

ServiceUnavailableException() public method

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