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
| Name | Type | Summary | 
|---|---|---|
| Data | IDictionary | Â | 
| HelpLink | string | Â | 
| HResult | int | Â | 
| InnerException | Exception | Â | 
| Message | string | Â | 
| References | IEnumerable<string> | The URI that could not be resolved. | 
| Source | string | Â | 
| StackTrace | string | Â | 
| TargetSite | MethodBase | Â | 
Constructors
DataRefResolutionException(IEnumerable<string> references, Exception innerException)
Thrown when a reference cannot be resolved.
Declaration
1
public DataRefResolutionException(IEnumerable<string> references, Exception innerException)
| Parameter | Type | Description | 
|---|---|---|
| references | IEnumerable<string> | The references that could not be resolved. | 
| innerException | Exception | The exception that caused this error. |