Click or drag to resize

RequestFailureDiagnosticData Constructor

Initializes a new instance of the RequestFailureDiagnosticData class.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public RequestFailureDiagnosticData(
	IResolveOperation operation,
	ResolveRequestContext requestContext,
	Exception requestException
)

Parameters

operation
Type: Autofac.Core.ResolvingIResolveOperation
The pipeline resolve operation that this request is running within.
requestContext
Type: Autofac.Core.Resolving.PipelineResolveRequestContext
The context for the resolve request that failed.
requestException
Type: SystemException
The exception that caused the failure.
See Also