Error Event

Json.NET

Json.NET - Quick Starts & API Documentation Error Event
NamespacesNewtonsoft.JsonJsonSerializerError
Occurs when the JsonSerializer errors during serialization and deserialization.
Declaration Syntax
C# Visual Basic Visual C++
public virtual event EventHandler<ErrorEventArgs> Error
Public Overridable Event Error As EventHandler(Of ErrorEventArgs)
public:
virtual  event EventHandler<ErrorEventArgs^>^ Error {
	void add (EventHandler<ErrorEventArgs^>^ value);
	void remove (EventHandler<ErrorEventArgs^>^ value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)