12 references to Throw
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (12)
2189Throw(new InvalidOperationException(ResXml.Xml_InvalidResetStateCall)); 2702this.Throw(e); 2749Throw(new XmlException(res, string.Empty, lineNo, linePos, _ps.baseUriStr)); 2754Throw(new XmlException(res, arg, _ps.LineNo, _ps.LinePos, _ps.baseUriStr)); 2759Throw(new XmlException(res, arg, lineNo, linePos, _ps.baseUriStr)); 2764Throw(new XmlException(res, args, _ps.LineNo, _ps.LinePos, _ps.baseUriStr)); 2774Throw(new XmlException(res, args, innerException, _ps.LineNo, _ps.LinePos, _ps.baseUriStr)); 2790Throw(new XmlException(e.Message, (Exception)null, lineNo, linePos, _ps.baseUriStr)); 2795Throw(new XmlException(res, string.Empty, _ps.baseUriStr)); 2800Throw(new XmlException(res, arg, _ps.baseUriStr)); 2805Throw(new XmlException(res, args, innerException, 0, 0, _ps.baseUriStr)); 8073Throw(new XmlException(entityName == null ? ResXml.Xml_ErrorOpeningExternalDtd : ResXml.Xml_ErrorOpeningExternalEntity, new string[] { uri.ToString(), innerMessage }, e, 0, 0));