Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
gdapi
ForbiddenException
C# Class gdapi.ForbiddenException
Represents a Forbidden Exception returned from an API call.
Inheritance:
ApiException
Datei anzeigen
Open project: godaddy/gdapi-csharp
Public Methods
Method
Description
ForbiddenException
(
string
message
,
string
code
,
string
detail
)
Method Details
ForbiddenException()
public
method
public
ForbiddenException
(
string
message
,
string
code
,
string
detail
)
message
string
code
string
detail
string