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