C# Class Oragon.Spring.Aop.Framework.CountingThrowsAdvice

Inheritance: Oragon.Spring.Aop.Framework.MethodCounter, IThrowsAdvice
Afficher le fichier Open project: Oragon/Oragon.Spring

Méthodes publiques

Méthode Description
AfterThrowing ( ApplicationException aex ) : void
AfterThrowing ( Exception ex ) : void

Method Details

AfterThrowing() public méthode

public AfterThrowing ( ApplicationException aex ) : void
aex ApplicationException
Résultat void

AfterThrowing() public méthode

public AfterThrowing ( Exception ex ) : void
ex Exception
Résultat void