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: 9.1.0.0 (9.1.0.4)
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. |
See Also