Rule Violation.From Json Method
Reconstructs a RuleViolation from a JSON string.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A reconstructed RuleViolation instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static RuleViolation FromJson(
string json
)Parameters
Return Value
RuleViolationA reconstructed RuleViolation instance.
Exceptions
| Argument | json is null. |
| Json | json is malformed or semantically invalid. |