Click or drag to resize

InterceptAttribute Constructor (Service)

Initializes a new instance of the InterceptAttribute class.

Namespace:  Autofac.Extras.DynamicProxy
Assembly:  Autofac.Extras.DynamicProxy (in Autofac.Extras.DynamicProxy.dll) Version: 6.0.0+d14b34a0bec59c4984cd6167bf2f3e37fb6e1002
Syntax
public InterceptAttribute(
	Service interceptorService
)

Parameters

interceptorService
Type: Autofac.CoreService
The interceptor service.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if interceptorService is .
See Also