Show / Hide Table of Contents

    Class ConsumerPipelineFatalException

    The exception that is rethrown by the FatalExceptionLoggerConsumerBehavior when a fatal exception occurs down the consumer pipeline.

    Inheritance
    object
    Exception
    SilverbackException
    ConsumerPipelineFatalException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging.Diagnostics
    Assembly: Silverback.Integration.dll
    Syntax
    [Serializable]
    public class ConsumerPipelineFatalException : SilverbackException, ISerializable

    Constructors

    | Improve this doc View source

    ConsumerPipelineFatalException()

    Initializes a new instance of the ConsumerPipelineFatalException class.

    Declaration
    public ConsumerPipelineFatalException()
    | Improve this doc View source

    ConsumerPipelineFatalException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ConsumerPipelineFatalException class with the serialized data.

    Declaration
    protected ConsumerPipelineFatalException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

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

    StreamingContext context

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

    | Improve this doc View source

    ConsumerPipelineFatalException(string)

    Initializes a new instance of the ConsumerPipelineFatalException class with the specified message.

    Declaration
    public ConsumerPipelineFatalException(string message)
    Parameters
    Type Name Description
    string message

    The exception message.

    | Improve this doc View source

    ConsumerPipelineFatalException(string, Exception)

    Initializes a new instance of the ConsumerPipelineFatalException class with the specified message and inner exception.

    Declaration
    public ConsumerPipelineFatalException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The exception message.

    Exception innerException

    The inner exception.

    Implements

    ISerializable
    • Improve this doc
    • View source
    In this article
    • Constructors
      • ConsumerPipelineFatalException()
      • ConsumerPipelineFatalException(SerializationInfo, StreamingContext)
      • ConsumerPipelineFatalException(string)
      • ConsumerPipelineFatalException(string, Exception)
    • Implements
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini