32 references to FatalProtocolException
NuGet.PackageManagement (3)
PackageDownloader.cs (3)
231
throw new
FatalProtocolException
(errors.ToString());
321
throw new
FatalProtocolException
(string.Format(
339
throw 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)
183
throw new
FatalProtocolException
(message);
LegacyFeed\V2FeedParser.cs (2)
482
throw new
FatalProtocolException
(string.Format(
612
throw new
FatalProtocolException
(string.Format(
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
542
throw new
FatalProtocolException
(message);
Providers\RepositorySignatureResourceProvider.cs (3)
60
throw 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)
28
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToGetNuspecStream, id));
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
529
throw new
FatalProtocolException
(string.Format(
Resources\AutoCompleteResourceV3.cs (1)
137
throw new
FatalProtocolException
(Strings.Protocol_MissingSearchService);
Resources\PackageSearchResourceV3.cs (1)
187
throw new
FatalProtocolException
(Strings.Protocol_MissingSearchService);
Resources\RawSearchResourceV3.cs (1)
113
throw new
FatalProtocolException
(Strings.Protocol_MissingSearchService);
Resources\RepositorySignatureResource.cs (6)
34
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source));
36
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source));
46
throw new
FatalProtocolException
(Strings.RepositoryContentUrlMustBeHttps);
59
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.AllRepositorySigned, source.PackageSource.Source));
62
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Log_FailedToParseRepoSignInfor, JsonProperties.SigningCertificates, source.PackageSource.Source));
69
throw new
FatalProtocolException
(Strings.RepositoryContentUrlMustBeHttps);
Resources\VulnerabilityInfoResourceV3.cs (9)
67
throw new
FatalProtocolException
(message);
122
throw new
FatalProtocolException
(message);
148
AddException(new
FatalProtocolException
(message), ref exceptions);
219
AddException(new
FatalProtocolException
(message), ref exceptions);
227
AddException(new
FatalProtocolException
(message), ref exceptions);
247
AddException(new
FatalProtocolException
(message), ref exceptions);
254
AddException(new
FatalProtocolException
(message), ref exceptions);
261
AddException(new
FatalProtocolException
(message), ref exceptions);
268
AddException(new
FatalProtocolException
(message), ref exceptions);