<PackageReference Include="NUnit" Version="5.0.0-beta.1" />

NUnit.Framework.ExceptionConstraintExtensions

public static class ExceptionConstraintExtensions
Provides extension methods for creating constraint expressions targeting Exception-related constraints types in tests.
namespace NUnit.Framework { public static class ExceptionConstraintExtensions { public sealed class <G>$1980460925488271237228B86267F737<$T0> where $T0 : ArgumentException { public static class <M>$08626788AB3996E13EDC9D5316069D55 { } public ResolvableConstraintExpression ParamName { get; } } public sealed class <G>$8CA11BD9E67AAF79AA3591C31313C810<$T0> where $T0 : ArgumentException { public static class <M>$5B944C01C39E9933D41CE2F6D5D8CD9E { } public ResolvableConstraintExpression ParamName { get; } } public static ResolvableConstraintExpression get_ParamName<T>(ExactTypeConstraint<T> value) where T : ArgumentException; public static ResolvableConstraintExpression get_ParamName<T>(InstanceOfTypeConstraint<T> value) where T : ArgumentException; } }