Field.JsonUnexpectedToken method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Jsons the unexpected token.
protected Exception JsonUnexpectedToken(JsonReader reader)
parameter | description |
---|---|
reader | The reader. |
Exceptions
exception | condition |
---|---|
JsonSerializationException | Unexpected token when deserializing row: " + reader.TokenType |
See Also
- class Field