Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="3.2.1-preview-568" />

 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.