3 references to XmlSchemaException
System.Private.Xml (3)
System\Xml\Schema\BaseProcessor.cs (1)
225
SendValidationEvent(new
XmlSchemaException
(code, new string?[] { msg1, msg2 }, source), XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaException.cs (2)
117
this
(res, (string?[]?)null, source)
121
this
(res, new string?[] { arg }, source)