NUnit.Framework.ExceptionConstraintExtensions
Provides extension methods for creating constraint expressions targeting Exception-related
constraints types in tests.
public static ResolvableConstraintExpression get_ParamName<T>(ExactTypeConstraint<T> value) where T : ArgumentException
public static ResolvableConstraintExpression get_ParamName<T>(InstanceOfTypeConstraint<T> value) where T : ArgumentException