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