Table of Contents

Class OutboxProcessingException

Namespace
Silverback.Messaging.Producing.TransactionalOutbox
Assembly
Silverback.Integration.dll

The exception that is thrown when an error occurs while processing the outbox messages.

public class OutboxProcessingException : SilverbackException, ISerializable
Inheritance
OutboxProcessingException
Implements
Inherited Members

Constructors

OutboxProcessingException()

Initializes a new instance of the OutboxProcessingException class.

public OutboxProcessingException()

OutboxProcessingException(string)

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

public OutboxProcessingException(string message)

Parameters

message string

The exception message.

OutboxProcessingException(string, Exception)

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

public OutboxProcessingException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.