HttpStaticObjectsCollectionWrapper Constructor (HttpStaticObjectsCollection^)
.NET Framework (current version)
Initializes a new instance of the HttpStaticObjectsCollectionWrapper class.
Assembly: System.Web (in System.Web.dll)
public:
HttpStaticObjectsCollectionWrapper(
HttpStaticObjectsCollection^ httpStaticObjectsCollection
)
Parameters
- httpStaticObjectsCollection
-
Type:
System.Web::HttpStaticObjectsCollection^
The object that this wrapper class provides access to.
| Exception | Condition |
|---|---|
| ArgumentNullException | httpStaticObjectsCollection is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: