Table of Contents

Class SilverbackException

Namespace
Silverback
Assembly
Silverback.Core.dll

The base class for all the custom exceptions thrown by Silverback.

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

Constructors

SilverbackException()

Initializes a new instance of the SilverbackException class.

protected SilverbackException()

SilverbackException(string)

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

protected SilverbackException(string message)

Parameters

message string

The exception message.

SilverbackException(string, Exception)

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

protected SilverbackException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.