Show / Hide Table of Contents

    Class ConsumerClosedException

    Exception thrown when a consumer is used that it already closed

    Inheritance
    System.Object
    System.Exception
    Apache.NMS.NMSException
    ConsumerClosedException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    Apache.NMS.NMSException.exceptionErrorCode
    Apache.NMS.NMSException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    Apache.NMS.NMSException.ErrorCode
    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.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    [Serializable]
    public class ConsumerClosedException : NMSException, ISerializable

    Constructors

    | Improve this Doc View Source

    ConsumerClosedException()

    Declaration
    public ConsumerClosedException()
    | Improve this Doc View Source

    ConsumerClosedException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ConsumerClosedException 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 ConsumerClosedException(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.

    | Improve this Doc View Source

    ConsumerClosedException(String)

    Declaration
    public ConsumerClosedException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    ConsumerClosedException(String, Exception)

    Declaration
    public ConsumerClosedException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException
    | Improve this Doc View Source

    ConsumerClosedException(String, String)

    Declaration
    public ConsumerClosedException(string message, string errorCode)
    Parameters
    Type Name Description
    System.String message
    System.String errorCode
    | Improve this Doc View Source

    ConsumerClosedException(String, String, Exception)

    Declaration
    public ConsumerClosedException(string message, string errorCode, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.String errorCode
    System.Exception innerException

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX