Click or drag to resize
ErrorUnitInterceptorIntercept Method
Intercept method

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public void Intercept(
	IInvocation invocation
)

Parameters

invocation
Type: IInvocation
IInvocation method intercepted

Implements

IInterceptor.Intercept(IInvocation)
See Also