![]() |
VOOZH | about |
RefResolutionException Class
Namespace: Json.Schema
Inheritance: RefResolutionException 🡒 JsonSchemaException 🡒 Exception 🡒 object
Implemented interfaces:
Thrown when a reference cannot be resolved.
| Name | Type | Summary |
|---|---|---|
| Anchor | string | Gets an anchor, if one exists. |
| AnchorType | AnchorType? | Gets the type of anchor, if one exists. |
| BaseUri | Uri | Gets the base URI of the reference. |
| Data | IDictionary | |
| HelpLink | string | |
| HResult | int | |
| InnerException | Exception | |
| Message | string | |
| Source | string | |
| StackTrace | string | |
| TargetSite | MethodBase |
Creates a new instance.
1
public RefResolutionException(Uri baseUri, string anchor, AnchorType? anchorType)
| Parameter | Type | Description |
|---|---|---|
| baseUri | Uri | The base URI of the reference. |
| anchor | string | (optional) - The anchor. Default is null. |
| anchorType | AnchorType? | (optional) - The type of anchor, if present. |
A new version of content is available.