Class KevlarConfigurationException
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Represents invalid strategy configuration supplied through an options callback.
public sealed class KevlarConfigurationException : KevlarException, ISerializable
- Inheritance
-
KevlarConfigurationException
- Implements
- Inherited Members
Constructors
KevlarConfigurationException()
Initializes the exception with the default message.
public KevlarConfigurationException()
KevlarConfigurationException(string)
Initializes the exception with a message.
public KevlarConfigurationException(string message)
Parameters
messagestring
KevlarConfigurationException(string, Exception?)
Initializes the exception with a message and inner exception.
public KevlarConfigurationException(string message, Exception? innerException)