4 references to FaultingMethod
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.Methods.cs (4)
3870
DivideByZeroException exception = Assert.Throws<DivideByZeroException>(() => control.Invoke(() =>
FaultingMethod
()));
3940
DivideByZeroException exception = Assert.Throws<DivideByZeroException>(() => control.Invoke((MethodInvoker)
FaultingMethod
));
4059
var exception = Assert.Throws<DivideByZeroException>(() => control.Invoke((MethodInvoker)
FaultingMethod
));
4126
var exception = Assert.Throws<DivideByZeroException>(() => control.Invoke((MethodInvoker)
FaultingMethod
));