Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.8.2-preview-795" />

 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.