Table of Contents

Class UnknownLocalIdValueException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when referencing a local ID that hasn't been assigned.

[PublicAPI]
public sealed class UnknownLocalIdValueException : JsonApiException, ISerializable
Inheritance
UnknownLocalIdValueException
Implements
Inherited Members

Constructors

UnknownLocalIdValueException(string)

The error that is thrown when referencing a local ID that hasn't been assigned.

public UnknownLocalIdValueException(string localId)

Parameters

localId string