HttpApplicationStateWrapper Constructor (HttpApplicationState^)

 

Initializes a new instance of the HttpApplicationStateWrapper class.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
HttpApplicationStateWrapper(
	HttpApplicationState^ httpApplicationState
)

Parameters

httpApplicationState
Type: System.Web::HttpApplicationState^

The object that this wrapper class provides access to.

Exception Condition
ArgumentNullException

httpApplicationState is null.

.NET Framework
Available since 3.5
Return to top
Show: