Class MessageEOFException
Implements
System.Runtime.Serialization.ISerializable
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.GetType()
    
    
      System.Exception.ToString()
    
    
      System.Exception.Data
    
    
      System.Exception.HelpLink
    
    
      System.Exception.HResult
    
    
      System.Exception.InnerException
    
    
      System.Exception.Message
    
    
      System.Exception.Source
    
    
      System.Exception.StackTrace
    
    
      System.Exception.TargetSite
    
    
      System.Exception.SerializeObjectState
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
[Serializable]
public class MessageEOFException : NMSException, ISerializableConstructors
| Improve this Doc View SourceMessageEOFException()
Declaration
public MessageEOFException()MessageEOFException(SerializationInfo, StreamingContext)
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).
Declaration
protected MessageEOFException(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. | 
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. | 
MessageEOFException(String)
Declaration
public MessageEOFException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | 
MessageEOFException(String, Exception)
Declaration
public MessageEOFException(string message, Exception innerException)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.Exception | innerException | 
MessageEOFException(String, String)
Declaration
public MessageEOFException(string message, string errorCode)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.String | errorCode | 
MessageEOFException(String, String, Exception)
Declaration
public MessageEOFException(string message, string errorCode, Exception innerException)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.String | errorCode | |
| System.Exception | innerException | 
Implements
      System.Runtime.Serialization.ISerializable