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