<PackageReference Include="NUnit" Version="4.6.0" />

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); } }