Table of Contents

Class RoutingException

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

The exception that is thrown when the outbound message(s) cannot be routed.

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

Constructors

RoutingException()

Initializes a new instance of the RoutingException class.

public RoutingException()

RoutingException(string)

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

public RoutingException(string message)

Parameters

message string

The exception message.

RoutingException(string, Exception)

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

public RoutingException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.