Home JsonLogicException Class
JsonLogicException Class
Cancel

JsonLogicException Class

Namespace: Json.Logic

Inheritance: JsonLogicException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown when a rule cannot be processed or deserialized.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

Constructors

JsonLogicException(string message)

Creates a new instance of the Json.Logic.JsonLogicException class.

Declaration

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