|
DockerSdk
the .NET SDK for Docker
|
Indicates that no Docker network with the given name is known to the Docker daemon. More...
Public Member Functions | |
| NetworkNotFoundException () | |
| Creates an instance of the NetworkNotFoundException class. More... | |
| NetworkNotFoundException (string message) | |
| Creates an instance of the NetworkNotFoundException class. More... | |
| NetworkNotFoundException (string message, Exception inner) | |
| Creates an instance of the NetworkNotFoundException 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 | |
| NetworkNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the NetworkNotFoundException class. This constructor 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... | |
Indicates that no Docker network with the given name is known to the Docker daemon.
|
inline |
Creates an instance of the NetworkNotFoundException class.
|
inline |
Creates an instance of the NetworkNotFoundException class.
| message | The message to give the exception. |
|
inline |
Creates an instance of the NetworkNotFoundException class.
| message | The message to give the exception. |
| inner | The exception that led to this exception. |
|
inlineprotected |
Creates an instance of the NetworkNotFoundException class. This constructor is used for deserialization.