An NDoc Documented Class Library |
|
IFilter.postProcess Method
Executes post processing tasks that should be performed after this IFilter's execute method execution.
Parameters
-
context
- IContext that should be processed by this particular IFilter.
-
exception
- Exception(if any) thrown by last executed ICommand that belongs to the same IChain that this particular IFilter
Return Value
true - when Exception was handled by this IFilter and it shouldn't be rethrown
See Also
IFilter Interface | NChain Namespace