Table of Contents

Class SequenceException

Namespace
Silverback.Messaging.Sequences
Assembly
Silverback.Integration.dll

The exception that is thrown when a sequence cannot be properly recreated (e.g. because of bad ordering or similar).

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

Constructors

SequenceException()

Initializes a new instance of the SequenceException class.

public SequenceException()

SequenceException(string)

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

public SequenceException(string message)

Parameters

message string

The exception message.

SequenceException(string, Exception)

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

public SequenceException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.