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