C# Class Apache.NMS.MessageEOFException

Inheritance: NMSException
Datei anzeigen Open project: ThorTech/apache-nms

Public Methods

Method Description
MessageEOFException ( ) : System
MessageEOFException ( string message ) : System
MessageEOFException ( string message, Exception innerException ) : System
MessageEOFException ( string message, string errorCode ) : System
MessageEOFException ( string message, string errorCode, Exception innerException ) : System

Protected Methods

Method Description
MessageEOFException ( System info, System context ) : System

Initializes a new instance of the MessageEOFException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).

Method Details

MessageEOFException() public method

public MessageEOFException ( ) : System
return System

MessageEOFException() protected method

Initializes a new instance of the MessageEOFException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
protected MessageEOFException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
return System

MessageEOFException() public method

public MessageEOFException ( string message ) : System
message string
return System

MessageEOFException() public method

public MessageEOFException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

MessageEOFException() public method

public MessageEOFException ( string message, string errorCode ) : System
message string
errorCode string
return System

MessageEOFException() public method

public MessageEOFException ( string message, string errorCode, Exception innerException ) : System
message string
errorCode string
innerException System.Exception
return System