DockerSdk
the .NET SDK for Docker
|
Represents a failure to authenticate with a Docker registry. More...
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... | |
![]() | |
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... | |
![]() | |
DockerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates of instance of the DockerException type. More... | |
Represents a failure to authenticate with a Docker registry.
|
inline |
Creates a new instance of the RegistryAuthException class.
|
inline |
Creates a new instance of the RegistryAuthException class.
|
inline |
Creates a new instance of the RegistryAuthException class.
|
inlineprotected |
Creates a new instance of the RegistryAuthException class. This overload is used for deserialization.