BoundConstructorForBindFailure Method |
Initializes a new instance of the
BoundConstructor class, for an unsuccessful bind.
Namespace:
Autofac.Core.Activators.Reflection
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public static BoundConstructor ForBindFailure(
ConstructorBinder binder,
ParameterInfo firstNonBindableParameter
)
Public Shared Function ForBindFailure (
binder As ConstructorBinder,
firstNonBindableParameter As ParameterInfo
) As BoundConstructor
Parameters
- binder
- Type: Autofac.Core.Activators.ReflectionConstructorBinder
The binder that generated this binding. - firstNonBindableParameter
- Type: System.ReflectionParameterInfo
The first parameter that prevented binding.
Return Value
Type:
BoundConstructor[Missing <returns> documentation for "M:Autofac.Core.Activators.Reflection.BoundConstructor.ForBindFailure(Autofac.Core.Activators.Reflection.ConstructorBinder,System.Reflection.ParameterInfo)"]
See Also