Class BrokerCallbackInvocationException
The exception that wraps the exception thrown by a IBroker
Implements
Inherited Members
Namespace: Silverback.Messaging.Broker.Callbacks
Assembly: Silverback.Integration.dll
Syntax
[Serializable]
public class BrokerCallbackInvocationException : SilverbackException, ISerializable
Constructors
| Improve this doc View sourceBrokerCallbackInvocationException()
Initializes a new instance of the Broker
Declaration
public BrokerCallbackInvocationException()
BrokerCallbackInvocationException(SerializationInfo, StreamingContext)
Initializes a new instance of the Broker
Declaration
protected BrokerCallbackInvocationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
BrokerCallbackInvocationException(string)
Initializes a new instance of the Broker
Declaration
public BrokerCallbackInvocationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
BrokerCallbackInvocationException(string, Exception)
Initializes a new instance of the Broker
Declaration
public BrokerCallbackInvocationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | The inner exception. |