Home TypeException Class
TypeException Class
Cancel

TypeException Class

Namespace: Json.JsonE

Inheritance: TypeException 🡒 JsonEException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown from Json.JsonE.JsonE.Evaluate(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode) when ???.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

TypeException(string message)

Creates a new instance of Json.JsonE.TemplateException.

Declaration

1
public TypeException(string message)
ParameterTypeDescription
messagestringThe error message.
Contents