Class JsonShapeMismatchException
public sealed class JsonShapeMismatchException : ProtoAssertionException, ISerializable
- Inheritance
-
JsonShapeMismatchException
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonShapeMismatchException(IReadOnlyList<JsonShapeMismatch>, IReadOnlyList<string>?)
public JsonShapeMismatchException(IReadOnlyList<JsonShapeMismatch> mismatches, IReadOnlyList<string>? matchedProperties = null)
Parameters
mismatchesIReadOnlyList<JsonShapeMismatch>matchedPropertiesIReadOnlyList<string>
Properties
MatchedProperties
public IReadOnlyList<string> MatchedProperties { get; }
Property Value
Mismatches
public IReadOnlyList<JsonShapeMismatch> Mismatches { get; }