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