C# Class Castle.Windsor.Tests.Interceptors.ThrowInCtorInterceptor

Inheritance: IInterceptor
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
ThrowInCtorInterceptor ( ) : System

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

ThrowInCtorInterceptor() public method

public ThrowInCtorInterceptor ( ) : System
return System