Table of Contents

Class InvalidQueryStringParameterException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when processing the request fails due to an error in the request query string.

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

Constructors

InvalidQueryStringParameterException(string, string, string, Exception?)

The error that is thrown when processing the request fails due to an error in the request query string.

public InvalidQueryStringParameterException(string parameterName, string genericMessage, string specificMessage, Exception? innerException = null)

Parameters

parameterName string
genericMessage string
specificMessage string
innerException Exception

Properties

ParameterName

public string ParameterName { get; }

Property Value

string