Json.NET - Quick Starts & API Documentation
Error Event
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Error
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); }