Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Parameters
- containerName
- Type: SystemString
The name of the new Container. - charData
- Type: SystemString
A String to be placed in the Container.
Return Value
Type: ContainerThe newly created Container.
Exceptions
Exception | Condition |
---|---|
InvalidNameException | An invalid name was specified for the Container. |
ArgumentNullException | name is . |
ContainerExistsException | A Container with the same name already exists within the Channel. |
ObjectDisposedException | The Channel has been disposed. |
See Also