Skip to content

Field.UnexpectedJsonToken method

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

protected static Exception UnexpectedJsonToken(ref Utf8JsonReader reader)
parameter description
reader The reader.

Return Value

This method always throws.

See Also