Class ResourceNotFoundException
- Namespace
- JsonApiDotNetCore.Errors
- Assembly
- JsonApiDotNetCore.dll
The error that is thrown when a resource does not exist.
[PublicAPI]
public sealed class ResourceNotFoundException : JsonApiException, ISerializable
- Inheritance
-
ResourceNotFoundException
- Implements
- Inherited Members
Constructors
ResourceNotFoundException(string, string)
The error that is thrown when a resource does not exist.
public ResourceNotFoundException(string resourceId, string resourceType)