Home JsonSchemaException Class
JsonSchemaException Class
Cancel

JsonSchemaException Class

Namespace: Json.Schema

Inheritance: JsonSchemaException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when a schema is invalid or cannot be processed with the current configuration.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

JsonSchemaException(string message)

Creates a new instance of the Json.Schema.JsonSchemaException type.

Declaration

1
public JsonSchemaException(string message)
ParameterTypeDescription
messagestringThe message that describes the error.
Contents