Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
Parameters
- containerName
- Type: SystemString
The name of the new Container. - charData
- Type: SystemByte
A byte array to be placed in the Container. - ccsid
- Type: SystemInt32
The CCSID of the character data supplied.
Return Value
Type: ContainerThe newly created Container.
Exceptions
| Exception | Condition |
|---|---|
| InvalidNameException | An invalid name was specified for the Container. |
| ArgumentNullException | name is . |
| ArgumentOutOfRangeException | ccsid is set to zero or a negative number. |
| NotSupportedException | ccsid is not a supported CCSID. |
| ContainerExistsException | A Container with the same name already exists within the Channel. |
| ObjectDisposedException | The Channel has been disposed. |
Remarks
See Also