| IPropertyGetterInterceptorOnException 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 Parameters
- e
- Type: SystemException
The exception information.
Return Value
Type:
BooleanShould return true if the exception should be rethrown; otherwise false
See Also