Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Oragon
Spring
Aop
Framework
CountingThrowsAdvice
C# Class Oragon.Spring.Aop.Framework.CountingThrowsAdvice
Inheritance:
Oragon.Spring.Aop.Framework.MethodCounter
,
IThrowsAdvice
Mostra file
Open project: Oragon/Oragon.Spring
Public Methods
Method
Description
AfterThrowing
(
ApplicationException
aex
) :
void
AfterThrowing
(
Exception
ex
) :
void
Method Details
AfterThrowing()
public
method
public
AfterThrowing
(
ApplicationException
aex
) :
void
aex
ApplicationException
return
void
AfterThrowing()
public
method
public
AfterThrowing
(
Exception
ex
) :
void
ex
Exception
return
void