Message Property

Json.NET

Json.NET - Quick Starts & API Documentation Message Property
NamespacesNewtonsoft.Json.SchemaValidationEventArgsMessage
Gets the text description corresponding to the validation error.
Declaration Syntax
C# Visual Basic Visual C++
public string Message { get; }
Public ReadOnly Property Message As String
	Get
public:
property String^ Message {
	String^ get ();
}
Value
The text description.

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