HttpStaticObjectsCollectionWrapper Constructor (HttpStaticObjectsCollection^)

 

Initializes a new instance of the HttpStaticObjectsCollectionWrapper class.

Namespace:   System.Web
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
Return to top
Show: