Click or drag to resize

RegistrationExtensionsAsWebApiExceptionFilterFor Method

Overload List
  NameDescription
Public methodStatic memberAsWebApiExceptionFilterForTController(IRegistrationBuilderObject, IConcreteActivatorData, SingleRegistrationStyle)
Sets the provided registration to act as an IAutofacExceptionFilter for the specified controller.
Public methodStatic memberAsWebApiExceptionFilterForTController(IRegistrationBuilderObject, IConcreteActivatorData, SingleRegistrationStyle, ExpressionActionTController)
Sets the provided registration to act as an IAutofacExceptionFilter for the specified controller action.
Public methodStatic memberAsWebApiExceptionFilterForTController(IRegistrationBuilderObject, IConcreteActivatorData, SingleRegistrationStyle, ExpressionFuncTController, Task)
Sets the provided registration to act as an IAutofacExceptionFilter for the specified controller action.
Top
See Also