Table of Contents

Class ConsumerPipelineFatalException

Namespace
Silverback.Messaging.Diagnostics
Assembly
Silverback.Integration.dll

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

[ExcludeFromCodeCoverage]
public class ConsumerPipelineFatalException : SilverbackException, ISerializable
Inheritance
ConsumerPipelineFatalException
Implements
Inherited Members

Constructors

ConsumerPipelineFatalException()

Initializes a new instance of the ConsumerPipelineFatalException class.

public ConsumerPipelineFatalException()

ConsumerPipelineFatalException(string)

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

public ConsumerPipelineFatalException(string message)

Parameters

message string

The exception message.

ConsumerPipelineFatalException(string, Exception)

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

public ConsumerPipelineFatalException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.