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

NUnit.Framework.UnhandledExceptionHandlingAttribute

Specifies the handling behavior for unhandled exceptions in the assembly, class, or method.
namespace NUnit.Framework { public sealed class UnhandledExceptionHandlingAttribute : PropertyAttribute { public UnhandledExceptionHandlingAttribute(UnhandledExceptionHandling handling); public UnhandledExceptionHandlingAttribute(UnhandledExceptionHandling handling, params Type[] exceptions); } }