Thanks :)
Just to clarify, would a public static method in the form
Thanks,
Christoph
Just to clarify, would a public static method in the form
bool IsValidParameterSet(a, b, c)
already help in your use case to determine whether a parametrization will be valid? I agree that would certainly be better than creating and instance and check whether it throws an exception.Thanks,
Christoph