Table of Contents

Class SilverbackConfigurationException

Namespace
Silverback
Assembly
Silverback.Core.dll

The exception that is thrown when the specified configuration is not valid.

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

Constructors

SilverbackConfigurationException()

Initializes a new instance of the SilverbackConfigurationException class.

public SilverbackConfigurationException()

SilverbackConfigurationException(string)

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

public SilverbackConfigurationException(string message)

Parameters

message string

The exception message.

SilverbackConfigurationException(string, Exception)

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

public SilverbackConfigurationException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.