Gets the current object the error event is being raised against.

Declaration Syntax
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.13929)