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

Indicates that the given string is not in the expected format. This exception applies to references to Docker resources. More...

Inheritance diagram for DockerSdk.MalformedReferenceException:
DockerSdk.DockerException

Public Member Functions

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

 MalformedReferenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the MalformedReferenceException 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 the given string is not in the expected format. This exception applies to references to Docker resources.

Constructor & Destructor Documentation

◆ MalformedReferenceException() [1/4]

DockerSdk.MalformedReferenceException.MalformedReferenceException ( )
inline

Creates an instance of the MalformedReferenceException type.

◆ MalformedReferenceException() [2/4]

DockerSdk.MalformedReferenceException.MalformedReferenceException ( string  message)
inline

Creates an instance of the MalformedReferenceException type.

Parameters
message

◆ MalformedReferenceException() [3/4]

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

Creates an instance of the MalformedReferenceException type.

Parameters
message
inner

◆ MalformedReferenceException() [4/4]

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

Creates an instance of the MalformedReferenceException type.

Parameters
info
contexts

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