Example #1
0
 internal SchemaException(TARGET target, System.Text.Json.JsonException rex)
     : base(target, rex)
 {
 }
Example #2
0
 public void SetSchemaError(Schema2.ModelRoot model, System.Text.Json.JsonException ex)
 {
     SetError(new SchemaException(model, ex));
 }