DockerSdk
the .NET SDK for Docker
|
Indicates that the Docker daemon does not have a local copy of the indicated image. More...
Public Member Functions | |
ImageNotFoundLocallyException () | |
Creates an instance of the ImageNotFoundLocallyException class. More... | |
ImageNotFoundLocallyException (string message) | |
Creates an instance of the ImageNotFoundLocallyException class. More... | |
ImageNotFoundLocallyException (string message, Exception inner) | |
Creates an instance of the ImageNotFoundLocallyException class. More... | |
![]() | |
ImageNotFoundException () | |
Creates an instance of the ImageNotFoundException class. More... | |
ImageNotFoundException (string message) | |
Creates an instance of the ImageNotFoundException class. More... | |
ImageNotFoundException (string message, Exception inner) | |
Creates an instance of the ImageNotFoundException class. More... | |
![]() | |
ResourceNotFoundException () | |
Creates an instance of the ResourceNotFoundException type. More... | |
ResourceNotFoundException (string message) | |
Creates an instance of the ResourceNotFoundException type. More... | |
ResourceNotFoundException (string message, Exception inner) | |
Creates an instance of the ResourceNotFoundException type. More... | |
![]() | |
DockerException () | |
Creates of instance of the DockerException type. More... | |
DockerException (string message) | |
Creates of instance of the DockerException type. More... | |
DockerException (string message, Exception inner) | |
Creates of instance of the DockerException type. More... | |
Protected Member Functions | |
ImageNotFoundLocallyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the ImageNotFoundLocallyException class. This overload is intended for deserialization only. More... | |
![]() | |
ImageNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the ImageNotFoundException class. More... | |
![]() | |
ResourceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the ResourceNotFoundException type. More... | |
![]() | |
DockerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates of instance of the DockerException type. More... | |
Indicates that the Docker daemon does not have a local copy of the indicated image.
|
inline |
Creates an instance of the ImageNotFoundLocallyException class.
|
inline |
Creates an instance of the ImageNotFoundLocallyException class.
|
inline |
Creates an instance of the ImageNotFoundLocallyException class.
|
inlineprotected |
Creates an instance of the ImageNotFoundLocallyException class. This overload is intended for deserialization only.