C# Class gdapi.UnauthorizedException

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

Public Methods

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

Method Details

UnauthorizedException() public method

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