11 references to DockerLoadException
Microsoft.NET.Build.Containers (11)
LocalDaemons\ContainerRuntimeOperations.cs (2)
81
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.ImageLoadFailed), output.StandardError));
118
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.ImageLoadFailed), stderr));
LocalDaemons\ContainerRuntimes.cs (5)
105
throw new
DockerLoadException
(Strings.ImageLoadFailed_ContainerdStoreDisabled);
154
throw new
DockerLoadException
(Resource.FormatString(
165
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.DockerInfoFailed_Ex), e.Message));
316
throw new
DockerLoadException
(Resource.FormatString(nameof(Strings.ImageLoadFailed), stderr));
365
throw new
DockerLoadException
(Strings.ImageLoadFailed_WslcMultiArchUnsupported);
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));