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