Home DataRefResolutionException Class
DataRefResolutionException Class
Cancel

DataRefResolutionException Class

Namespace: Json.Schema

Inheritance: DataRefResolutionException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when a reference cannot be resolved.

Remarks

This class will be moved into a future version of JsonSchema.Net.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
ReferencesIEnumerable<string>The URI that could not be resolved.
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

DataRefResolutionException(IEnumerable<string> references, Exception innerException)

Thrown when a reference cannot be resolved.

Declaration

1
public DataRefResolutionException(IEnumerable<string> references, Exception innerException)
ParameterTypeDescription
referencesIEnumerable<string>The references that could not be resolved.
innerExceptionExceptionThe exception that caused this error.
Contents