Table of Contents

Constructor NoConstructorsFoundException

Namespace
Autofac.Core.Activators.Reflection
Assembly
Autofac.dll

NoConstructorsFoundException(Type, IConstructorFinder)

public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder)

Parameters

offendingType Type
constructorFinder IConstructorFinder

NoConstructorsFoundException(Type, IConstructorFinder, string)

public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, string message)

Parameters

offendingType Type
constructorFinder IConstructorFinder
message string

NoConstructorsFoundException(Type, IConstructorFinder, Exception)

public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, Exception innerException)

Parameters

offendingType Type
constructorFinder IConstructorFinder
innerException Exception

NoConstructorsFoundException(Type, IConstructorFinder, string, Exception)

public NoConstructorsFoundException(Type offendingType, IConstructorFinder constructorFinder, string message, Exception innerException)

Parameters

offendingType Type
constructorFinder IConstructorFinder
message string
innerException Exception