The exception that is thrown when an attempt is made to access a Container using methods which are not appropriate for its type.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
[SerializableAttribute] public class ContainerTypeException : InvalidOperationException |
Visual Basic (Declaration) |
---|
<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
System..::.Exception
System..::.SystemException
System..::.InvalidOperationException
IBM.CTG..::.ContainerTypeException
Thread Safety
This type is thread safe.