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