5 instantiations of ExceptionCollection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
802
throw new
ExceptionCollection
(exceptions);
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());
4 references to ExceptionCollection
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.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)
23
ExceptionCollection
collection = new(exceptions);
51
ExceptionCollection
collection = new(new ArrayList());
65
ExceptionCollection
collection = new(new ArrayList());