| ValidationErrorMessage Property |
Gets the message describing the error that occurred.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public string Message { get; }
Property Value
Type:
StringThe message describing the error that occurred.
See Also