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
| Name | Type | Summary |
|---|---|---|
| Data | IDictionary | Â |
| HelpLink | string | Â |
| HResult | int | Â |
| InnerException | Exception | Â |
| Message | string | Â |
| Source | string | Â |
| StackTrace | string | Â |
| TargetSite | MethodBase | Â |
Constructors
JsonSchemaException(string message)
Creates a new instance of the Json.Schema.JsonSchemaException type.
Declaration
1
public JsonSchemaException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | string | The message that describes the error. |