ConsumerConnectionPointCollection Constructor (ICollection^)
.NET Framework (current version)
Initializes a new instance of the ConsumerConnectionPointCollection class using the specified collection of connection points.
Assembly: System.Web (in System.Web.dll)
Parameters
- connectionPoints
-
Type:
System.Collections::ICollection^
A collection of consumer connection points.
| Exception | Condition |
|---|---|
| ArgumentNullException | connectionPoints is null. |
| ArgumentException | The collection contains an invalid connection point. - or - The collection contains an item with a duplicate ID. |
This constructor creates a new instance of the ConsumerConnectionPointCollection class and adds the connection points contained in the connectionPoints parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: