Click or drag to resize
Json.NET Schema

JSchemaValidationException Constructor

 
Overload List
  NameDescription
Public methodJSchemaValidationException
Initializes a new instance of the JSchemaValidationException class.
Public methodJSchemaValidationException(String)
Initializes a new instance of the JSchemaValidationException class with a specified error message.
Public methodJSchemaValidationException(SerializationInfo, StreamingContext)
Initializes a new instance of the JSchemaValidationException class.
Public methodJSchemaValidationException(String, Exception)
Initializes a new instance of the JSchemaValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodJSchemaValidationException(String, Exception, ValidationError)
Initializes a new instance of the JSchemaValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also