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

Indicates that the Docker daemon could not find the indicated image where it was looking. More...

Inheritance diagram for DockerSdk.Images.ImageNotFoundException:
DockerSdk.ResourceNotFoundException DockerSdk.DockerException DockerSdk.Images.ImageNotFoundLocallyException DockerSdk.Images.ImageNotFoundRemotelyException

Public Member Functions

 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

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

Detailed Description

Indicates that the Docker daemon could not find the indicated image where it was looking.

Constructor & Destructor Documentation

◆ ImageNotFoundException() [1/4]

DockerSdk.Images.ImageNotFoundException.ImageNotFoundException ( )
inline

Creates an instance of the ImageNotFoundException class.

◆ ImageNotFoundException() [2/4]

DockerSdk.Images.ImageNotFoundException.ImageNotFoundException ( string  message)
inline

Creates an instance of the ImageNotFoundException class.

Parameters
message

◆ ImageNotFoundException() [3/4]

DockerSdk.Images.ImageNotFoundException.ImageNotFoundException ( string  message,
Exception  inner 
)
inline

Creates an instance of the ImageNotFoundException class.

Parameters
message
inner

◆ ImageNotFoundException() [4/4]

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

Creates an instance of the ImageNotFoundException class.

Parameters
info
context

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