2 references to XmlException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
2790Throw(new XmlException(e.Message, (Exception)null, lineNo, linePos, _ps.baseUriStr));
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (1)
52this(message, innerException, lineNumber, linePosition, null)