![]() |
VOOZH | about |
JsonSchemaException Class
Namespace: Json.Schema
Inheritance: JsonSchemaException 🡒 Exception 🡒 object
Implemented interfaces:
Thrown when a schema is invalid or cannot be processed with the current configuration.
| Name | Type | Summary |
|---|---|---|
| Data | IDictionary | |
| HelpLink | string | |
| HResult | int | |
| InnerException | Exception | |
| Message | string | |
| Source | string | |
| StackTrace | string | |
| TargetSite | MethodBase |
Creates a new instance of the Json.Schema.JsonSchemaException type.
1
public JsonSchemaException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | string | The message that describes the error. |
Initializes a new instance of the JsonSchemaException class with a specified error message and a reference to the inner exception that is the cause of this exception.
1
public JsonSchemaException(string message, Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | string | The error message that explains the reason for the exception. |
| innerException | Exception | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
A new version of content is available.