logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class JsonParseException

    Thrown by JsonValue when input text is not valid JSON, or does not match the expected shape.

    Inheritance
    object
    Exception
    JsonParseException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Serenity.StructuredPersistence.Infrastructure.Json
    Assembly: Serenity.StructuredPersistence.Json.dll
    Syntax
    public sealed class JsonParseException : Exception, ISerializable, _Exception

    Constructors

    JsonParseException(string)

    Declaration
    public JsonParseException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable
    _Exception
    In this article
    © 2026 Serenity. All Rights Reserved