The exception that is thrown when an attempt is made to access a Container that does not exist within a Channel.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
[SerializableAttribute] public class ContainerNotFoundException : Exception |
Visual Basic |
---|
<SerializableAttribute> _ Public Class ContainerNotFoundException _ Inherits Exception |
Visual C++ |
---|
[SerializableAttribute] public ref class ContainerNotFoundException : public Exception |
Inheritance Hierarchy
Thread Safety
Members of this type are thread safe.