Click or drag to resize

IConstructorInterceptorOnException Method

Invoked if an intercepted construtor has raised an exception. The constructor will always rethrow the exception.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
bool OnException(
	Exception e
)

Parameters

e
Type: SystemException
The exception information.

Return Value

Type: Boolean
Should return true if the exception should be rethrown; otherwise false
See Also