Class RoutingException
The exception that is thrown when the outbound message(s) cannot be routed.
Implements
Inherited Members
Namespace: Silverback.Messaging.Producing.Routing
Assembly: Silverback.Integration.dll
Syntax
[ExcludeFromCodeCoverage]
public class RoutingException : SilverbackException, ISerializable
Constructors
RoutingException()
Initializes a new instance of the RoutingException class.
Declaration
public RoutingException()
RoutingException(string)
Initializes a new instance of the RoutingException class with the specified message.
Declaration
public RoutingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
RoutingException(string, Exception)
Initializes a new instance of the RoutingException class with the specified message and inner exception.
Declaration
public RoutingException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
| Exception | innerException | The inner exception. |