ErrorContext Property

Json.NET

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

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