Initializes a new instance of the ContainerExistsException class.

Overload List

  NameDescription
Public methodContainerExistsException()()()()
Initializes a new instance of the ContainerExistsException class.
Public methodContainerExistsException(String)
Initializes a new instance of the ContainerExistsException class with a specified error message.
Protected methodContainerExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the ContainerExistsException class with serialized data.
Public methodContainerExistsException(String, Exception)
Initializes a new instance of the ContainerExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also