Class JsonParseException
Thrown by JsonValue when input text is not valid JSON, or does not match the expected shape.
Inherited Members
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 |