Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
gdapi
ConflictException
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