WebPartTracker Constructor (WebPart^, ProviderConnectionPoint^)
.NET Framework (current version)
Initializes a new instance of the WebPartTracker class.
Assembly: System.Web (in System.Web.dll)
public:
WebPartTracker(
WebPart^ webPart,
ProviderConnectionPoint^ providerConnectionPoint
)
Parameters
- webPart
-
Type:
System.Web.UI.WebControls.WebParts::WebPart^
The control to track for circular connections.
- providerConnectionPoint
-
Type:
System.Web.UI.WebControls.WebParts::ProviderConnectionPoint^
The connection point used with webPart.
| Exception | Condition |
|---|---|
| ArgumentNullException | webPart or providerConnectionPoint is not provided. |
| ArgumentException | providerConnectionPoint is not a valid type. |
.NET Framework
Available since 2.0
Available since 2.0
Show: