WebLogic Messaging API Class Library

MessageEOFException�Constructor

Constructs a MessageEOFException with the specified reason and error code.

Overload List

Constructs a MessageEOFException with the specified reason. The error code defaults to null.

public�MessageEOFException(string);

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public�MessageEOFException(string,Exception);

Constructs a MessageEOFException with the specified reason and error code.

public�MessageEOFException(string,string,Exception);

See Also

MessageEOFException Class | WebLogic.Messaging Namespace