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