1 instantiation of HttpSourceException
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
527throw new HttpSourceException(
4 references to HttpSourceException
NuGet.Commands (4)
RestoreCommand\SourceRepositoryDependencyProvider.cs (4)
723if (ContainsHttpSourceException(e, out HttpSourceException httpSourceException)) 748static bool ContainsHttpSourceException(Exception e, out HttpSourceException httpSourceException) 752if (e is HttpSourceException) 754httpSourceException = (HttpSourceException)e;