Click or drag to resize

IMethodInterceptor Methods

The IMethodInterceptor type exposes the following members.

Methods
  NameDescription
Public methodOnEnter
Invoked if an intercepted method has been called
Public methodOnException
Invoked if an intercepted method has raised an exception.
Public methodOnExit
Invoked if the intercepted method has finished executing.
Top
See Also