Namespace: Json.Logic
Inheritance: JsonLogicException
🡒 Exception
🡒 object
Implemented interfaces:
- ISerializable
Thrown when a rule cannot be processed or deserialized.
Properties
Name | Type | Summary |
---|---|---|
Data | IDictionary | Â |
HelpLink | string | Â |
HResult | int | Â |
InnerException | Exception | Â |
Message | string | Â |
Source | string | Â |
StackTrace | string | Â |
TargetSite | MethodBase | Â |
Constructors
JsonLogicException(string message)
Creates a new instance of the Json.Logic.JsonLogicException class.
Declaration
1
public JsonLogicException(string message)
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |