The exception that is thrown when an attempt is made to create a Container with the same name as one which 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 (Declaration) |
---|
<SerializableAttribute> _ Public Class ContainerExistsException _ Inherits Exception |
Visual C++ |
---|
[SerializableAttribute] public ref class ContainerExistsException : public Exception |
Inheritance Hierarchy
Thread Safety
This type is thread safe.