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