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

Base class for exceptions that are specific to the Docker client's functionality. More...

Inheritance diagram for DockerSdk.DockerException:
DockerSdk.Builders.DockerImageBuildException DockerSdk.Containers.ContainerNotFoundException DockerSdk.DaemonNotFoundException DockerSdk.DockerVersionException DockerSdk.MalformedReferenceException DockerSdk.Networks.NetworkNotFoundException DockerSdk.Registries.RegistryAuthException DockerSdk.ResourceNotFoundException

Public Member Functions

 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

 DockerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates of instance of the DockerException type. More...
 

Detailed Description

Base class for exceptions that are specific to the Docker client's functionality.

Constructor & Destructor Documentation

◆ DockerException() [1/4]

DockerSdk.DockerException.DockerException ( )
inline

Creates of instance of the DockerException type.

◆ DockerException() [2/4]

DockerSdk.DockerException.DockerException ( string  message)
inline

Creates of instance of the DockerException type.

◆ DockerException() [3/4]

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

Creates of instance of the DockerException type.

◆ DockerException() [4/4]

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

Creates of instance of the DockerException type.


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