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
messagestringThe 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)