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

Indicates that an image build operation failed. More...

Inheritance diagram for DockerSdk.Builders.DockerImageBuildException:
DockerSdk.DockerException

Public Member Functions

 DockerImageBuildException ()
 Initializes an instances of the DockerImageBuildException class. More...
 
 DockerImageBuildException (string message)
 Initializes an instances of the DockerImageBuildException class. More...
 
 DockerImageBuildException (string message, Exception innerException)
 Initializes an instances of the DockerImageBuildException 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

 DockerImageBuildException (SerializationInfo info, StreamingContext context)
 Initializes an instances of the DockerImageBuildException class. 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 an image build operation failed.

Constructor & Destructor Documentation

◆ DockerImageBuildException() [1/4]

DockerSdk.Builders.DockerImageBuildException.DockerImageBuildException ( )
inline

Initializes an instances of the DockerImageBuildException class.

◆ DockerImageBuildException() [2/4]

DockerSdk.Builders.DockerImageBuildException.DockerImageBuildException ( string  message)
inline

Initializes an instances of the DockerImageBuildException class.

◆ DockerImageBuildException() [3/4]

DockerSdk.Builders.DockerImageBuildException.DockerImageBuildException ( string  message,
Exception  innerException 
)
inline

Initializes an instances of the DockerImageBuildException class.

◆ DockerImageBuildException() [4/4]

DockerSdk.Builders.DockerImageBuildException.DockerImageBuildException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initializes an instances of the DockerImageBuildException class.


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