Constructor NoConstructorsFoundException
- Namespace
- Autofac.Core.Activators.Reflection
- Assembly
- Autofac.dll
NoConstructorsFoundException(Type, IConstructorFinder)
public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder)
Parameters
offendingTypeTypeconstructorFinderIConstructorFinder
NoConstructorsFoundException(Type, IConstructorFinder, string)
public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, string message)
Parameters
offendingTypeTypeconstructorFinderIConstructorFindermessagestring
NoConstructorsFoundException(Type, IConstructorFinder, Exception)
public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, Exception innerException)
Parameters
offendingTypeTypeconstructorFinderIConstructorFinderinnerExceptionException
NoConstructorsFoundException(Type, IConstructorFinder, string, Exception)
public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, string message, Exception innerException)
Parameters
offendingTypeTypeconstructorFinderIConstructorFindermessagestringinnerExceptionException