DockerSdk
the .NET SDK for Docker
Public Member Functions | Protected Member Functions | List of all members
DockerSdk.Containers.ContainerNotFoundException Class Reference

Indicates that no Docker container with the given name is known to the Docker daemon. More...

Inheritance diagram for DockerSdk.Containers.ContainerNotFoundException:
DockerSdk.DockerException

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...
 

Detailed Description

Indicates that no Docker container with the given name is known to the Docker daemon.

Constructor & Destructor Documentation

◆ ContainerNotFoundException() [1/4]

DockerSdk.Containers.ContainerNotFoundException.ContainerNotFoundException ( )
inline

Creates an instance of the ContainerNotFoundException class.

◆ ContainerNotFoundException() [2/4]

DockerSdk.Containers.ContainerNotFoundException.ContainerNotFoundException ( string  message)
inline

Creates an instance of the ContainerNotFoundException class.

Parameters
messageThe message to give the exception.

◆ ContainerNotFoundException() [3/4]

DockerSdk.Containers.ContainerNotFoundException.ContainerNotFoundException ( string  message,
Exception  inner 
)
inline

Creates an instance of the ContainerNotFoundException class.

Parameters
messageThe message to give the exception.
innerThe exception that led to this exception.

◆ ContainerNotFoundException() [4/4]

DockerSdk.Containers.ContainerNotFoundException.ContainerNotFoundException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Creates an instance of the ContainerNotFoundException class. This constructor is used for deserialization.


The documentation for this class was generated from the following file: