Handled Property

Json.NET

Json.NET - Quick Starts & API Documentation Handled Property
NamespacesNewtonsoft.Json.SerializationErrorContextHandled
Gets or sets a value indicating whether this ErrorContext is handled.
Declaration Syntax
C# Visual Basic Visual C++
public bool Handled { get; set; }
Public Property Handled As Boolean
	Get
	Set
public:
property bool Handled {
	bool get ();
	void set (bool value);
}
Value
true if handled; otherwise, false.

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