Class KevlarProxyException

Namespace
Kevlar
Assembly
Kevlar.dll

Base class for adapter-owned exceptions that preserve transport bookkeeping while exposing the original failure to Kevlar's handling clauses and public outcomes.

public abstract class KevlarProxyException : Exception, ISerializable
Inheritance
KevlarProxyException
Implements
Inherited Members

Constructors

KevlarProxyException(Exception)

Initializes the proxy with the exception public outcome APIs should expose.

protected KevlarProxyException(Exception originalException)

Parameters

originalException Exception

Properties

OriginalException

The original exception exposed by handling clauses and public outcome APIs.

public Exception OriginalException { get; }

Property Value

Exception