Json.NET - Quick Starts & API Documentation
Error Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► Error
Gets or sets the error handler called during serialization and deserialization.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public EventHandler<ErrorEventArgs> Error { get; set; }
Public Property Error As EventHandler(Of ErrorEventArgs) Get Set
public: property EventHandler<ErrorEventArgs^>^ Error { EventHandler<ErrorEventArgs^>^ get (); void set (EventHandler<ErrorEventArgs^>^ value); }
Value
The error handler called during serialization and deserialization.