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