Class KevlarException

Namespace
Kevlar
Assembly
Kevlar.dll

Base class for exceptions raised by Kevlar strategies themselves.

public abstract class KevlarException : Exception, ISerializable
Inheritance
KevlarException
Implements
Derived
Inherited Members

Constructors

KevlarException()

Initializes the exception.

protected KevlarException()

KevlarException(string)

Initializes the exception with a message.

protected KevlarException(string message)

Parameters

message string

KevlarException(string, Exception?)

Initializes the exception with a message and inner exception.

protected KevlarException(string message, Exception? innerException)

Parameters

message string
innerException Exception