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