NUnit.Framework.UnhandledExceptionConfiguration sealed class UnhandledExceptionConfiguration : IEquatable<UnhandledExceptionConfiguration> Documentation Code public Type[] Exceptions { get; set; } public UnhandledExceptionHandling Handling { get; set; } public UnhandledExceptionConfiguration(UnhandledExceptionHandling Handling, Type[] Exceptions) public static bool op_Equality(UnhandledExceptionConfiguration left, UnhandledExceptionConfiguration right) public static bool op_Inequality(UnhandledExceptionConfiguration left, UnhandledExceptionConfiguration right) public UnhandledExceptionConfiguration <Clone>$() public void Deconstruct(out UnhandledExceptionHandling Handling, out Type Exceptions) public bool Equals(UnhandledExceptionConfiguration other)