Namespace: Json.Schema.CodeGeneration
Inheritance: UnsupportedSchemaException
🡒 Exception
🡒 object
Implemented interfaces:
- ISerializable
Thrown when the generator encounters an unsupported scenario.
Properties
Name | Type | Summary |
---|---|---|
Data | IDictionary | Â |
HelpLink | string | Â |
HResult | int | Â |
InnerException | Exception | Â |
Message | string | Â |
Source | string | Â |
StackTrace | string | Â |
TargetSite | MethodBase | Â |
Constructors
UnsupportedSchemaException(string message)
Creates a new instance of the exception.
Declaration
1
public UnsupportedSchemaException(string message)
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |