Skip to content

Field.JsonUnexpectedToken method

Throws an exception for an unexpected JSON token when deserializing a row.

protected static Exception JsonUnexpectedToken(JsonReader reader)
parameter description
reader The reader.

Return Value

This method always throws.

Exceptions

exception condition
JsonSerializationException Unexpected token when deserializing row: " + reader.TokenType

See Also