1 instantiation of HttpSourceException
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
525throw new HttpSourceException(
4 references to HttpSourceException
NuGet.Commands (4)
RestoreCommand\SourceRepositoryDependencyProvider.cs (4)
686if (ContainsHttpSourceException(e, out HttpSourceException httpSourceException)) 711static bool ContainsHttpSourceException(Exception e, out HttpSourceException httpSourceException) 715if (e is HttpSourceException) 717httpSourceException = (HttpSourceException)e;