C# Class NHibernate3Sample.Autofac.Interceptor.ExceptionInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: thangchung/NHibernate3Sample

Méthodes publiques

Méthode Description
ExceptionInterceptor ( ) : System
ExceptionInterceptor ( ILog logger ) : System
Intercept ( IInvocation invocation ) : void

Method Details

ExceptionInterceptor() public méthode

public ExceptionInterceptor ( ) : System
Résultat System

ExceptionInterceptor() public méthode

public ExceptionInterceptor ( ILog logger ) : System
logger ILog
Résultat System

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void