Error Property

Json.NET

Json.NET - Quick Starts & API Documentation Error Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsError
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)