If the subsequent calls to add structured data types exceeds the buffer size an error (InsufficientSpace) is returned to the application.
Note: When using message-indpendent streams, it's an error to have more than one open subcontainer at once. In other words, client applications must close the open subcontainer before creating a new one. If such attempt is made, client applications will get an error with SDKErrorSubcode equal to OutOfMemory. Note that this limitation is not present with streams created with CreateStream(IMessage, Int32).
Note: Applications should call Dispose as soon as they're done with the stream. Message-independent containers, when created, allocate memory resources.
public static IStreamContainer CreateStream(
int bufferSize
)
OperationErrorException | Thrown when an error occurs. In this case ReturnCode and SDKErrorInfo are accessible from OperationErrorException and contains more information. |
FatalErrorException | Thrown when an unrecoverable error occurs. |
OutOfMemoryException |