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

Indicates that the Docker daemon does not have a local copy of the indicated image. More...

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

Public Member Functions

 ImageNotFoundLocallyException ()
 Creates an instance of the ImageNotFoundLocallyException class. More...
 
 ImageNotFoundLocallyException (string message)
 Creates an instance of the ImageNotFoundLocallyException class. More...
 
 ImageNotFoundLocallyException (string message, Exception inner)
 Creates an instance of the ImageNotFoundLocallyException class. More...
 
- Public Member Functions inherited from DockerSdk.Images.ImageNotFoundException
 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

 ImageNotFoundLocallyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the ImageNotFoundLocallyException class. This overload is intended for deserialization only. More...
 
- Protected Member Functions inherited from DockerSdk.Images.ImageNotFoundException
 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 does not have a local copy of the indicated image.

Constructor & Destructor Documentation

◆ ImageNotFoundLocallyException() [1/4]

DockerSdk.Images.ImageNotFoundLocallyException.ImageNotFoundLocallyException ( )
inline

Creates an instance of the ImageNotFoundLocallyException class.

◆ ImageNotFoundLocallyException() [2/4]

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

Creates an instance of the ImageNotFoundLocallyException class.

◆ ImageNotFoundLocallyException() [3/4]

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

Creates an instance of the ImageNotFoundLocallyException class.

◆ ImageNotFoundLocallyException() [4/4]

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

Creates an instance of the ImageNotFoundLocallyException class. This overload is intended for deserialization only.


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