CurrentObject Property

Json.NET

Json.NET - Quick Starts & API Documentation CurrentObject Property
NamespacesNewtonsoft.Json.SerializationErrorEventArgsCurrentObject
Gets the current object the error event is being raised against.
Declaration Syntax
C# Visual Basic Visual C++
public Object CurrentObject { get; private set; }
Public Property CurrentObject As Object
	Get
	Private Set
public:
property Object^ CurrentObject {
	Object^ get ();
	private: void set (Object^ value);
}
Value
The current object the error event is being raised against.

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