32 references to FatalProtocolException
NuGet.PackageManagement (3)
PackageDownloader.cs (3)
231throw new FatalProtocolException(errors.ToString()); 321throw new FatalProtocolException(string.Format( 339throw new FatalProtocolException(string.Format(
NuGet.Protocol (29)
Exceptions\InvalidCacheProtocolException.cs (1)
17: base(message)
HttpSource\HttpSourceException.cs (1)
12: base(message)
HttpSource\HttpStreamValidation.cs (1)
183throw new FatalProtocolException(message);
LegacyFeed\V2FeedParser.cs (2)
482throw new FatalProtocolException(string.Format( 612throw new FatalProtocolException(string.Format(
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
542throw new FatalProtocolException(message);
Providers\RepositorySignatureResourceProvider.cs (3)
60throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.RepositorySignaturesResourceMustBeHttps, source.PackageSource.Source)); 96?? throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToReadRepositorySignature, repositorySignaturesResourceUri.AbsoluteUri)); 123?? throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToReadRepositorySignature, repositorySignaturesResourceUri.AbsoluteUri));
RemoteRepositories\PackageUtilities.cs (1)
28throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToGetNuspecStream, id));
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
529throw new FatalProtocolException(string.Format(
Resources\AutoCompleteResourceV3.cs (1)
137throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\PackageSearchResourceV3.cs (1)
187throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\RawSearchResourceV3.cs (1)
113throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\RepositorySignatureResource.cs (6)
34throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source)); 36throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source)); 46throw new FatalProtocolException(Strings.RepositoryContentUrlMustBeHttps); 59throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source)); 62throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source)); 69throw new FatalProtocolException(Strings.RepositoryContentUrlMustBeHttps);
Resources\VulnerabilityInfoResourceV3.cs (9)
67throw new FatalProtocolException(message); 122throw new FatalProtocolException(message); 148AddException(new FatalProtocolException(message), ref exceptions); 219AddException(new FatalProtocolException(message), ref exceptions); 227AddException(new FatalProtocolException(message), ref exceptions); 247AddException(new FatalProtocolException(message), ref exceptions); 254AddException(new FatalProtocolException(message), ref exceptions); 261AddException(new FatalProtocolException(message), ref exceptions); 268AddException(new FatalProtocolException(message), ref exceptions);