5 references to DockerLoadException
Microsoft.NET.Build.Containers (5)
LocalDaemons\DockerCli.cs (5)
123throw new DockerLoadException(Resource.FormatString(nameof(Strings.ImageLoadFailed), await loadProcess.StandardError.ReadToEndAsync(cancellationToken).ConfigureAwait(false))); 151throw new DockerLoadException(Strings.ImageLoadFailed_ContainerdStoreDisabled); 216throw new DockerLoadException(Resource.FormatString(nameof(Strings.ImageLoadFailed), stderr)); 308throw new DockerLoadException(Resource.FormatString( 319throw new DockerLoadException(Resource.FormatString(nameof(Strings.DockerInfoFailed_Ex), e.Message));