The exception that is thrown when an attempt is made to access a Container that does not exist within a Channel.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.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

System..::..Object
  System..::..Exception
    IBM.CTG..::..ContainerNotFoundException

Thread Safety

Members of this type are thread safe.

See Also