C# Class Spring.Aop.Framework.CountingThrowsAdvice

Inheritance: Spring.Aop.Framework.MethodCounter, IThrowsAdvice
Afficher le fichier Open project: spring-projects/spring-net

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 System.ApplicationException
Résultat void

AfterThrowing() public méthode

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