3 references to XmlSchemaException
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
239SendValidationEvent(new XmlSchemaException(code, new string[] { msg1, msg2 }, source), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaException.cs (2)
77this(res, (string[])null, source) 81this(res, new string[] { arg }, source)