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

Indicates that API version negotiation failed because there is no overlap between the versions that the SDK supports with the versions the Docker daemon supports. More...

Inheritance diagram for DockerSdk.DockerVersionException:
DockerSdk.DockerException

Public Member Functions

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

 DockerVersionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the DockerVersionException 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 API version negotiation failed because there is no overlap between the versions that the SDK supports with the versions the Docker daemon supports.

Constructor & Destructor Documentation

◆ DockerVersionException() [1/4]

DockerSdk.DockerVersionException.DockerVersionException ( )
inline

Creates an instance of the DockerVersionException type.

◆ DockerVersionException() [2/4]

DockerSdk.DockerVersionException.DockerVersionException ( string  message)
inline

Creates an instance of the DockerVersionException type.

Parameters
message

◆ DockerVersionException() [3/4]

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

Creates an instance of the DockerVersionException type.

Parameters
message
inner

◆ DockerVersionException() [4/4]

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

Creates an instance of the DockerVersionException type.


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