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