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