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