1 instantiation of CustomHttpRequestException
Microsoft.Build.Tasks.Core (1)
DownloadFile.cs (1)
168
throw new
CustomHttpRequestException
(e.Message, e.InnerException, response.StatusCode);
1 reference to CustomHttpRequestException
Microsoft.Build.Tasks.Core (1)
DownloadFile.cs (1)
276
if (actualException is
CustomHttpRequestException
customHttpRequestException)