DockerSdk
the .NET SDK for Docker
|
Indicates that the Docker daemon could not find the indicated image where it was looking. More...
Public Member Functions | |
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 | |
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 could not find the indicated image where it was looking.
|
inline |
Creates an instance of the ImageNotFoundException class.
|
inline |
Creates an instance of the ImageNotFoundException class.
message |
|
inline |
Creates an instance of the ImageNotFoundException class.
message | |
inner |
|
inlineprotected |
Creates an instance of the ImageNotFoundException class.
info | |
context |