Copies the COMMAREA data associated with the request into the specified array.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
Parameters
- array
- Type: SystemByte
A byte array to copy the COMMAREA data into.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | array is . |
| ArgumentOutOfRangeException | The size of the COMMAREA data is greater than the length of array. |
Remarks
See Also