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