Click or drag to resize
Json.NET Schema

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
C#
public string Message { get; }

Property Value

Type: String
The message describing the error that occurred.
See Also