Show / Hide Table of Contents

    Class InstanceAlreadySubscribedToBusException

    The exception that is thrown when an attempt is made to connect a Copper.MassTransit.ReceiveEndpointConnector that is already connected to the provided queue queueName.

    Inheritance
    System.Object
    System.Exception
    InstanceAlreadySubscribedToBusException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Namespace: Copper.MassTransit.Exceptions
    Assembly: Copper.MassTransit.dll
    Syntax
    [Serializable]
    public class InstanceAlreadySubscribedToBusException : Exception, ISerializable, _Exception

    Constructors

    View Source

    InstanceAlreadySubscribedToBusException()

    Initializes a new instance of the InstanceAlreadySubscribedToBusException class.

    Declaration
    protected InstanceAlreadySubscribedToBusException()
    View Source

    InstanceAlreadySubscribedToBusException(SerializationInfo, StreamingContext)

    Initializes a new instance of the InstanceAlreadySubscribedToBusException class.

    Declaration
    protected InstanceAlreadySubscribedToBusException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    View Source

    InstanceAlreadySubscribedToBusException(String)

    Initializes a new instance of the InstanceAlreadySubscribedToBusException class.

    Declaration
    public InstanceAlreadySubscribedToBusException(string queueName)
    Parameters
    Type Name Description
    System.String queueName

    The queue name.

    View Source

    InstanceAlreadySubscribedToBusException(String, Exception)

    Initializes a new instance of the InstanceAlreadySubscribedToBusException class.

    Declaration
    protected InstanceAlreadySubscribedToBusException(string queueName, Exception innerException)
    Parameters
    Type Name Description
    System.String queueName

    The queue name.

    System.Exception innerException

    The inner exception.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • View Source
    Back to top Generated by DocFX