Home RefResolutionException Class
RefResolutionException Class
Cancel

RefResolutionException Class

Namespace: Json.Schema

Inheritance: RefResolutionException 🡒 JsonSchemaException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when a reference cannot be resolved.

Properties

NameTypeSummary
AnchorstringGets an anchor, if one exists.
AnchorTypeAnchorType?Gets the type of anchor, if one exists.
BaseUriUriGets the base URI of the reference.
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

RefResolutionException(Uri baseUri, string anchor, AnchorType? anchorType)

Creates a new instance.

Declaration

1
public RefResolutionException(Uri baseUri, string anchor, AnchorType? anchorType)
ParameterTypeDescription
baseUriUriThe base URI of the reference.
anchorstring(optional) - The anchor. Default is null.
anchorTypeAnchorType?(optional) - The type of anchor, if present.
Contents