OriginalObject Property

Json.NET

Json.NET - Quick Starts & API Documentation OriginalObject Property
NamespacesNewtonsoft.Json.SerializationErrorContextOriginalObject
Gets the original object that caused the error.
Declaration Syntax
C# Visual Basic Visual C++
public Object OriginalObject { get; private set; }
Public Property OriginalObject As Object
	Get
	Private Set
public:
property Object^ OriginalObject {
	Object^ get ();
	private: void set (Object^ value);
}
Value
The original object that caused the error.

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