37 references to FatalProtocolException
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
103
throw new
FatalProtocolException
(message, ex);
NuGet.Protocol (36)
Exceptions\InvalidCacheProtocolException.cs (1)
22
:
base
(message, innerException)
HttpSource\HttpSourceException.cs (1)
16
:
base
(message, innerException)
LegacyFeed\DependencyInfoResourceV2Feed.cs (2)
60
throw new
FatalProtocolException
(error, ex);
91
throw new
FatalProtocolException
(error, ex);
LegacyFeed\DownloadResourceV2Feed.cs (1)
108
throw new
FatalProtocolException
(message, ex);
LegacyFeed\MetadataResourceV2Feed.cs (2)
82
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_PackageMetadataError, packageId, _source), ex);
98
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_PackageMetadataError, identity, _source), ex);
LegacyFeed\ODataServiceDocumentUtils.cs (1)
47
throw new
FatalProtocolException
(message, ex);
LegacyFeed\V2FeedParser.cs (1)
577
throw new
FatalProtocolException
(message, ex);
LocalRepositories\LocalDependencyInfoResource.cs (2)
82
throw new
FatalProtocolException
(error, ex);
135
throw new
FatalProtocolException
(error, ex);
LocalRepositories\LocalDownloadResource.cs (1)
82
throw new
FatalProtocolException
(ex.Message, ex.InnerException ?? ex);
LocalRepositories\LocalMetadataResource.cs (1)
96
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture,
LocalRepositories\LocalV2FindPackageByIdResource.cs (2)
445
throw new
FatalProtocolException
(message, ex);
451
throw new
FatalProtocolException
(message, ex);
LocalRepositories\LocalV3FindPackageByIdResource.cs (2)
460
throw new
FatalProtocolException
(message, inner);
466
throw new
FatalProtocolException
(message, ex);
Providers\RepositorySignatureResourceProvider.cs (1)
120
throw new
FatalProtocolException
(message, ex);
Providers\ServiceIndexResourceV3Provider.cs (1)
188
throw new
FatalProtocolException
(message, ex);
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
574
throw new
FatalProtocolException
(message, ex);
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
452
throw new
FatalProtocolException
(message, ex);
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
561
throw new
FatalProtocolException
(message, ex);
Resources\DependencyInfoResourceV3.cs (3)
91
throw new
FatalProtocolException
(error, ex);
129
throw new
FatalProtocolException
(error, ex);
155
throw new
FatalProtocolException
(error, ex);
Resources\MetadataResourceV3.cs (1)
56
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_PackageMetadataError, id, _regResource.BaseUri), ex);
Resources\PackageSearchResourceV3.cs (2)
172
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_MalformedMetadataError, queryUrl.Uri), ex);
176
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_BadSource, queryUrl.Uri), ex);
Resources\RawSearchResourceV3.cs (2)
103
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_MalformedMetadataError, queryUrl.Uri), ex);
107
throw new
FatalProtocolException
(string.Format(CultureInfo.CurrentCulture, Strings.Protocol_BadSource, queryUrl.Uri), ex);
Resources\VulnerabilityInfoResourceV3.cs (2)
60
throw new
FatalProtocolException
(message: ex.Message, innerException: ex);
112
throw new
FatalProtocolException
(message: ex.Message, innerException: ex);
Utility\GetDownloadResultUtility.cs (1)
125
throw new
FatalProtocolException
(message, ex);
Utility\LocalFolderUtility.cs (3)
831
throw new
FatalProtocolException
(message, ex);
849
throw new
FatalProtocolException
(message, ex);
1239
throw new
FatalProtocolException
(message, ex);