Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.5.2" />

 ConstructorNotFoundException

Represents a constructor not found exception.
public ConstructorNotFoundException(Type type, Type[] argumentTypes, Exception innerException = null)

Constructs a ConstructorNotFoundException.

public ConstructorNotFoundException(Type type, Exception innerException = null)

Constructs a ConstructorNotFoundException.

public ConstructorNotFoundException(Type type, Type argument, Exception innerException = null)

Constructs a ConstructorNotFoundException.