Table of Contents

Class InvalidQueryException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when translating a QueryLayer to Entity Framework Core fails.

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

Constructors

InvalidQueryException(string, Exception?)

The error that is thrown when translating a QueryLayer to Entity Framework Core fails.

public InvalidQueryException(string reason, Exception? innerException)

Parameters

reason string
innerException Exception