Error Property

Json.NET

Json.NET - Quick Starts & API Documentation Error Property
NamespacesNewtonsoft.Json.SerializationErrorContextError
Gets or sets the error.
Declaration Syntax
C# Visual Basic Visual C++
public Exception Error { get; private set; }
Public Property Error As Exception
	Get
	Private Set
public:
property Exception^ Error {
	Exception^ get ();
	private: void set (Exception^ value);
}
Value
The error.

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