Home RefResolutionException Class
RefResolutionException Class
Cancel

RefResolutionException Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: RefResolutionException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when a $ref cannot be resolved.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

RefResolutionException(string message)

Declaration

1
public RefResolutionException(string message)
ParameterTypeDescription
messagestringThe exception message.
Contents