5 instantiations of ExceptionCollection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
802throw new ExceptionCollection(exceptions);
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());
4 references to ExceptionCollection
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ExceptionCollection))]
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ExceptionCollectionTests.cs (3)
23ExceptionCollection collection = new(exceptions); 51ExceptionCollection collection = new(new ArrayList()); 65ExceptionCollection collection = new(new ArrayList());