WebPartDescriptionCollection Constructor (ICollection^)
.NET Framework (current version)
Initializes a new instance of a WebPartDescriptionCollection object by passing in an ICollection collection of WebPartDescription objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPartDescriptions
-
Type:
System.Collections::ICollection^
A collection of WebPartDescription objects that correspond to the WebPart controls in a catalog.
| Exception | Condition |
|---|---|
| ArgumentNullException | webPartDescriptions is null. |
| ArgumentException | A member of webPartDescriptions is null -or- A member of webPartDescriptions is not an object of type WebPartDescription -or- A member of webPartDescriptions has a duplicate ID property |
The WebPartDescriptionCollection(ICollection^) constructor is used by the GetAvailableWebPartDescriptions method implementations within the various CatalogPart controls to create a collection of WebPartDescription objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: