Class NotFoundApiException
Represents an exception that occurs when a requested API resource is not found (HTTP 404 Not Found).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class NotFoundApiException : ApiException, ISerializable
Constructors
Name | Description |
---|---|
NotFoundApiException(string) | Initializes a new instance of the NotFoundApiException class with a specified error message. |
NotFoundApiException(string, Exception?) | Initializes a new instance of the NotFoundApiException class with a specified error message and an inner exception. |