The exception that is thrown when an attempt is made to access a Container using methods that are not appropriate for its type.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..InvalidOperationException
        IBM.CTG..::..ContainerTypeException

Thread Safety

Members of this type are thread safe.

See Also