Click or drag to resize

IPropertySetterInterceptorOnException Method

Invoked if an intercepted method has raised an 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