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

Inheritance: Attribute, IMethodInterceptor
Afficher le fichier Open project: reflection-emit/Cauldron

Méthodes publiques

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

Method Details

OnEnter() public méthode

public OnEnter ( Type declaringType, object instance, MethodBase methodbase, Array values ) : void
declaringType Type
instance object
methodbase MethodBase
values Array
Résultat void

OnException() public méthode

public OnException ( Exception e ) : void
e Exception
Résultat void

OnExit() public méthode

public OnExit ( ) : void
Résultat void