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