Home
last modified time | relevance | path

Searched refs:ResolveWebException (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCachingFileFetcher.cs182 …m {0}, reason: {1} (attempt {2}/{3})", uri, webException != null ? ResolveWebException(webExceptio… in TryDownload()
262 private static string ResolveWebException(WebException e) in ResolveWebException() method in Antmicro.Renode.Utilities.CachingFileFetcher