Home UnsupportedSchemaException Class
UnsupportedSchemaException Class
Cancel

UnsupportedSchemaException Class

Namespace: Json.Schema.CodeGeneration

Inheritance: UnsupportedSchemaException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when the generator encounters an unsupported scenario.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

UnsupportedSchemaException(string message)

Creates a new instance of the exception.

Declaration

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