30 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 (27)
Exceptions\InvalidCacheProtocolException.cs (1)
17: base(message)
HttpSource\HttpSourceException.cs (1)
12: base(message)
HttpSource\HttpStreamValidation.cs (1)
136throw new FatalProtocolException(message);
LegacyFeed\V2FeedParser.cs (2)
484throw new FatalProtocolException(string.Format( 614throw new FatalProtocolException(string.Format(
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
542throw new FatalProtocolException(message);
Providers\RepositorySignatureResourceProvider.cs (1)
62throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.RepositorySignaturesResourceMustBeHttps, source.PackageSource.Source));
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)
133throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\PackageSearchResourceV3.cs (1)
186throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\RawSearchResourceV3.cs (1)
117throw new FatalProtocolException(Strings.Protocol_MissingSearchService);
Resources\RepositorySignatureResource.cs (6)
29throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source)); 31throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source)); 41throw new FatalProtocolException(Strings.RepositoryContentUrlMustBeHttps); 51throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source)); 54throw new FatalProtocolException(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source)); 61throw new FatalProtocolException(Strings.RepositoryContentUrlMustBeHttps);
Resources\VulnerabilityInfoResourceV3.cs (9)
66throw new FatalProtocolException(message); 118throw new FatalProtocolException(message); 144AddException(new FatalProtocolException(message), ref exceptions); 215AddException(new FatalProtocolException(message), ref exceptions); 223AddException(new FatalProtocolException(message), ref exceptions); 243AddException(new FatalProtocolException(message), ref exceptions); 250AddException(new FatalProtocolException(message), ref exceptions); 257AddException(new FatalProtocolException(message), ref exceptions); 264AddException(new FatalProtocolException(message), ref exceptions);