[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
The data stream within a message ended unexpectedly
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public class MessageEOFException : EMSException |
Public Class MessageEOFException _ Inherits EMSException |
public ref class MessageEOFException : public EMSException |
Remarks
BytesMessage
contains a stream of bytes.
StreamMessage
contains a stream of characters. If any of their read methods detects
the end of the stream unexpectedly, it throws this exception.