C# Class Cauldron.Interception.Test.Interceptors.ExceptionThrowingMethodInterceptorAttribute

Inheritance: Attribute, IMethodInterceptor
Mostra file Open project: reflection-emit/Cauldron

Public Methods

Method Description
OnEnter ( Type declaringType, object instance, MethodBase methodbase, Array values ) : void
OnException ( Exception e ) : void
OnExit ( ) : void

Method Details

OnEnter() public method

public OnEnter ( Type declaringType, object instance, MethodBase methodbase, Array values ) : void
declaringType Type
instance object
methodbase MethodBase
values Array
return void

OnException() public method

public OnException ( Exception e ) : void
e Exception
return void

OnExit() public method

public OnExit ( ) : void
return void