[TIBCO.EMS .NET client library 5.1 documentation]

The data stream within a message ended unexpectedly

Namespace:  TIBCO.EMS
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.MessageEOFException

See Also