|
DockerSdk
the .NET SDK for Docker
|
Indicates that the indicated image does not exist at the Docker registry its name indicates. More...
Public Member Functions | |
| ImageNotFoundRemotelyException () | |
| Creates an instance of the ImageNotFoundRemotelyException class. More... | |
| ImageNotFoundRemotelyException (string message) | |
| Creates an instance of the ImageNotFoundRemotelyException class. More... | |
| ImageNotFoundRemotelyException (string message, Exception inner) | |
| Creates an instance of the ImageNotFoundRemotelyException class. More... | |
Public Member Functions inherited from DockerSdk.Images.ImageNotFoundException | |
| 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... | |
Public Member Functions inherited from DockerSdk.ResourceNotFoundException | |
| 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... | |
Public Member Functions inherited from DockerSdk.DockerException | |
| 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 | |
| ImageNotFoundRemotelyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the ImageNotFoundRemotelyException class. This overload is intended for deserialization only. More... | |
Protected Member Functions inherited from DockerSdk.Images.ImageNotFoundException | |
| ImageNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the ImageNotFoundException class. More... | |
Protected Member Functions inherited from DockerSdk.ResourceNotFoundException | |
| ResourceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the ResourceNotFoundException type. More... | |
Protected Member Functions inherited from DockerSdk.DockerException | |
| DockerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates of instance of the DockerException type. More... | |
Indicates that the indicated image does not exist at the Docker registry its name indicates.
|
inline |
Creates an instance of the ImageNotFoundRemotelyException class.
|
inline |
Creates an instance of the ImageNotFoundRemotelyException class.
|
inline |
Creates an instance of the ImageNotFoundRemotelyException class.
|
inlineprotected |
Creates an instance of the ImageNotFoundRemotelyException class. This overload is intended for deserialization only.