Json.NET - Quick Starts & API Documentation
ErrorContext Property
Namespaces ► Newtonsoft.Json.Serialization ► ErrorEventArgs ► ErrorContext
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.