4 references to new
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ExceptionCollectionTests.cs (4)
25
ExceptionCollection collection =
new
(exceptions);
43
Assert.Throws<ArgumentException>(() => new
ExceptionCollection
(exceptions));
53
ExceptionCollection collection =
new
(new ArrayList());
67
ExceptionCollection collection =
new
(new ArrayList());