JsonSyntaxException

Namespace: SnowBank.Data.Json · class

Implements: FormatException, ISerializable

Syntax error that occurred while parsing a JSON document

Constructors

JsonSyntaxException

JsonSyntaxException()

JsonSyntaxException(string message)

JsonSyntaxException(ref DefaultInterpolatedStringHandler message)

JsonSyntaxException(string message, Exception innerException)

JsonSyntaxException(ref DefaultInterpolatedStringHandler message, Exception innerException)

JsonSyntaxException(string message, string reason)

JsonSyntaxException(string message, string reason, long offset, int line, int position)

Properties

Line

int Line { get; }

Offset

long Offset { get; }

Position

int Position { get; }

Reason

string Reason { get; }

Methods

GetObjectData

void GetObjectData(SerializationInfo info, StreamingContext context)