OperationFailureDiagnosticData Constructor |
Namespace:
Autofac.Diagnostics
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public OperationFailureDiagnosticData(
IResolveOperation operation,
Exception operationException
)
Public Sub New (
operation As IResolveOperation,
operationException As Exception
)
Parameters
- operation
- Type: Autofac.Core.ResolvingIResolveOperation
The resolve operation that failed. - operationException
- Type: SystemException
The exception that caused the operation failure.
See Also