Click or drag to resize

GlobalErrorBehaviorAttribute Constructor

Dependency injection to dynamically inject error handler if we have multiple global error handlers

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
public GlobalErrorBehaviorAttribute(
	Type errorHandlerType
)

Parameters

errorHandlerType  Type
See Also