Constructs a MessageEOFException with the specified reason and error code. 
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);
MessageEOFException Class | WebLogic.Messaging Namespace