4 references to XmlException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
394
throw new
XmlException
(ResXml.Xml_MultipleValidaitonTypes, string.Empty, this.PositionInfo.LineNumber, this.PositionInfo.LinePosition);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
651
throw new
XmlException
(ResXml.Xml_MultipleValidaitonTypes, string.Empty, this.PositionInfo.LineNumber, this.PositionInfo.LinePosition);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
1771
return new
XmlException
(res, string.Empty, lineNo, linePos);
1788
return new
XmlException
(res, arg, lineNo, linePos);