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

Indicates that the Docker daemon is not present or not running. More...

Inheritance diagram for DockerSdk.DaemonNotFoundException:
DockerSdk.DockerException

Public Member Functions

 DaemonNotFoundException ()
 
 DaemonNotFoundException (string message)
 
 DaemonNotFoundException (string message, Exception inner)
 
- 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

 DaemonNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
- 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 the Docker daemon is not present or not running.

Constructor & Destructor Documentation

◆ DaemonNotFoundException() [1/4]

DockerSdk.DaemonNotFoundException.DaemonNotFoundException ( )
inline

◆ DaemonNotFoundException() [2/4]

DockerSdk.DaemonNotFoundException.DaemonNotFoundException ( string  message)
inline

Parameters
message

◆ DaemonNotFoundException() [3/4]

DockerSdk.DaemonNotFoundException.DaemonNotFoundException ( string  message,
Exception  inner 
)
inline

Parameters
message
inner

◆ DaemonNotFoundException() [4/4]

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

Parameters
info
context

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