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

Indicates that the indicated image does not exist at the Docker registry its name indicates. More...

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

Public Member Functions

 ImageNotFoundRemotelyException ()
 Creates an instance of the ImageNotFoundRemotelyException class. More...
 
 ImageNotFoundRemotelyException (string message)
 Creates an instance of the ImageNotFoundRemotelyException class. More...
 
 ImageNotFoundRemotelyException (string message, Exception inner)
 Creates an instance of the ImageNotFoundRemotelyException 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

 ImageNotFoundRemotelyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the ImageNotFoundRemotelyException 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 indicated image does not exist at the Docker registry its name indicates.

Constructor & Destructor Documentation

◆ ImageNotFoundRemotelyException() [1/4]

DockerSdk.Images.ImageNotFoundRemotelyException.ImageNotFoundRemotelyException ( )
inline

Creates an instance of the ImageNotFoundRemotelyException class.

◆ ImageNotFoundRemotelyException() [2/4]

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

Creates an instance of the ImageNotFoundRemotelyException class.

◆ ImageNotFoundRemotelyException() [3/4]

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

Creates an instance of the ImageNotFoundRemotelyException class.

◆ ImageNotFoundRemotelyException() [4/4]

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

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


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