4 references to new
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ExceptionCollectionTests.cs (4)
23
ExceptionCollection collection =
new
(exceptions);
41
Assert.Throws<ArgumentException>(() => new
ExceptionCollection
(exceptions));
51
ExceptionCollection collection =
new
(new ArrayList());
65
ExceptionCollection collection =
new
(new ArrayList());