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

Represents a failure to authenticate with a Docker registry. More...

Inheritance diagram for DockerSdk.Registries.RegistryAuthException:
DockerSdk.DockerException

Public Member Functions

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

 RegistryAuthException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates a new instance of the RegistryAuthException class. This overload is used for deserialization. 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

Represents a failure to authenticate with a Docker registry.

Constructor & Destructor Documentation

◆ RegistryAuthException() [1/4]

DockerSdk.Registries.RegistryAuthException.RegistryAuthException ( )
inline

Creates a new instance of the RegistryAuthException class.

◆ RegistryAuthException() [2/4]

DockerSdk.Registries.RegistryAuthException.RegistryAuthException ( string  message)
inline

Creates a new instance of the RegistryAuthException class.

◆ RegistryAuthException() [3/4]

DockerSdk.Registries.RegistryAuthException.RegistryAuthException ( string  message,
Exception  inner 
)
inline

Creates a new instance of the RegistryAuthException class.

◆ RegistryAuthException() [4/4]

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

Creates a new instance of the RegistryAuthException class. This overload is used for deserialization.


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