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