C# Class gdapi.ConflictException

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

Public Methods

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

Method Details

ConflictException() public method

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