Constructor ForbiddenApiException
ForbiddenApiException(string)
Initializes a new instance of the ForbiddenApiException class with a specified error message.
Declaration
public ForbiddenApiException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ForbiddenApiException(string, Exception?)
Initializes a new instance of the ForbiddenApiException class with a specified error message and an inner exception.
Declaration
public ForbiddenApiException(string message, Exception? innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |