|
DockerSdk
the .NET SDK for Docker
|
Indicates that no Docker container with the given name is known to the Docker daemon. More...
Public Member Functions | |
| ContainerNotFoundException () | |
| Creates an instance of the ContainerNotFoundException class. More... | |
| ContainerNotFoundException (string message) | |
| Creates an instance of the ContainerNotFoundException class. More... | |
| ContainerNotFoundException (string message, Exception inner) | |
| Creates an instance of the ContainerNotFoundException class. 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 | |
| ContainerNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the ContainerNotFoundException class. This constructor is used for deserialization. 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 no Docker container with the given name is known to the Docker daemon.
|
inline |
Creates an instance of the ContainerNotFoundException class.
|
inline |
Creates an instance of the ContainerNotFoundException class.
| message | The message to give the exception. |
|
inline |
Creates an instance of the ContainerNotFoundException class.
| message | The message to give the exception. |
| inner | The exception that led to this exception. |
|
inlineprotected |
Creates an instance of the ContainerNotFoundException class. This constructor is used for deserialization.