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

Indicates that the Docker daemon could not find the indicated Docker resource. More...

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

Public Member Functions

 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

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

Constructor & Destructor Documentation

◆ ResourceNotFoundException() [1/4]

DockerSdk.ResourceNotFoundException.ResourceNotFoundException ( )
inline

Creates an instance of the ResourceNotFoundException type.

◆ ResourceNotFoundException() [2/4]

DockerSdk.ResourceNotFoundException.ResourceNotFoundException ( string  message)
inline

Creates an instance of the ResourceNotFoundException type.

Parameters
message

◆ ResourceNotFoundException() [3/4]

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

Creates an instance of the ResourceNotFoundException type.

Parameters
message
inner

◆ ResourceNotFoundException() [4/4]

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

Creates an instance of the ResourceNotFoundException type.

Parameters
info
context

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