C# Class gdapi.ApiException

Represents an exception returned from the API
Inheritance: System.ApplicationException
显示文件 Open project: godaddy/gdapi-csharp

Public Methods

Method Description
ApiException ( string message, string code, string detail ) : System
getCode ( ) : string
getDetail ( ) : string
getMessage ( ) : string

Method Details

ApiException() public method

public ApiException ( string message, string code, string detail ) : System
message string
code string
detail string
return System

getCode() public method

public getCode ( ) : string
return string

getDetail() public method

public getDetail ( ) : string
return string

getMessage() public method

public getMessage ( ) : string
return string