2 references to XmlException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
8073
Throw(new
XmlException
(entityName == null ? ResXml.Xml_ErrorOpeningExternalDtd : ResXml.Xml_ErrorOpeningExternalEntity, new string[] { uri.ToString(), innerMessage }, e, 0, 0));
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (1)
105
this
(res, (string[])null, null, lineNumber, linePosition)