4 instantiations of DockerLoadException
Microsoft.NET.Build.Containers (4)
LocalDaemons\DockerCli.cs (4)
99
throw new
DockerLoadException
(Strings.ImageLoadFailed_ContainerdStoreDisabled);
129
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.ImageLoadFailed), await loadProcess.StandardError.ReadToEndAsync(cancellationToken).ConfigureAwait(false)));
217
throw new
DockerLoadException
(Resource.FormatString(
228
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.DockerInfoFailed_Ex), e.Message));
4 references to DockerLoadException
Microsoft.NET.Build.Containers (4)
ImagePublisher.cs (2)
118
catch (AggregateException ex) when (ex.InnerException is
DockerLoadException
dle)
127
catch (
DockerLoadException
dle)
LocalDaemons\DockerCli.cs (2)
226
catch (Exception e) when (e is not
DockerLoadException
)
277
catch (
DockerLoadException
)