The exception that is thrown when an attempt is made to create a Container with the same name as one that already exists within a Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
[SerializableAttribute]
public class ContainerExistsException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ContainerExistsException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ContainerExistsException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    IBM.CTG..::..ContainerExistsException

Thread Safety

Members of this type are thread safe.

See Also