C# 클래스 Spring.Aop.Framework.CountingThrowsAdvice

상속: Spring.Aop.Framework.MethodCounter, IThrowsAdvice
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
AfterThrowing ( ApplicationException aex ) : void
AfterThrowing ( Exception ex ) : void

메소드 상세

AfterThrowing() 공개 메소드

public AfterThrowing ( ApplicationException aex ) : void
aex System.ApplicationException
리턴 void

AfterThrowing() 공개 메소드

public AfterThrowing ( Exception ex ) : void
ex System.Exception
리턴 void