Class BrokerConfigurationException
- Namespace
- Silverback.Messaging.Configuration
- Assembly
- Silverback.Integration.dll
The exception that is thrown when the broker client configuration is not valid.
[ExcludeFromCodeCoverage]
public class BrokerConfigurationException : SilverbackConfigurationException, ISerializable
- Inheritance
-
BrokerConfigurationException
- Implements
- Inherited Members
Constructors
BrokerConfigurationException()
Initializes a new instance of the BrokerConfigurationException class.
public BrokerConfigurationException()
BrokerConfigurationException(string)
Initializes a new instance of the BrokerConfigurationException class with the specified message.
public BrokerConfigurationException(string message)
Parameters
messagestringThe exception message.
BrokerConfigurationException(string, Exception)
Initializes a new instance of the BrokerConfigurationException class with the specified message and inner exception.
public BrokerConfigurationException(string message, Exception innerException)