1 type derived from InvalidCacheProtocolException
NuGet.Protocol (1)
Exceptions\PackageNotFoundProtocolException.cs (1)
13public class PackageNotFoundProtocolException : InvalidCacheProtocolException
2 references to InvalidCacheProtocolException
NuGet.Commands (1)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
379catch (FatalProtocolException e) when (e is not InvalidCacheProtocolException)
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
88catch (InvalidCacheProtocolException) when (i == 0)