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.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
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
Thread Safety
Members of this type are thread safe.