Class BrokerClientCallbackInvocationException
- Namespace
- Silverback.Messaging.Broker.Callbacks
- Assembly
- Silverback.Integration.dll
The exception that wraps the exception thrown by a IBrokerClientCallback.
[ExcludeFromCodeCoverage]
public class BrokerClientCallbackInvocationException : SilverbackException, ISerializable
- Inheritance
-
BrokerClientCallbackInvocationException
- Implements
- Inherited Members
Constructors
BrokerClientCallbackInvocationException()
Initializes a new instance of the BrokerClientCallbackInvocationException class.
public BrokerClientCallbackInvocationException()
BrokerClientCallbackInvocationException(string)
Initializes a new instance of the BrokerClientCallbackInvocationException class with the specified message.
public BrokerClientCallbackInvocationException(string message)
Parameters
messagestringThe exception message.
BrokerClientCallbackInvocationException(string, Exception)
Initializes a new instance of the BrokerClientCallbackInvocationException class with the specified message and inner exception.
public BrokerClientCallbackInvocationException(string message, Exception innerException)