Click or drag to resize

NoConstructorsFoundExceptionOffendingType Property

Gets the type without found constructors.

Namespace:  Autofac.Core.Activators.Reflection
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public Type OffendingType { get; }

Property Value

Type: Type
A Type that was processed by an IConstructorFinder or similar mechanism and was determined to have no available constructors.
See Also