HttpApplicationStateWrapper(HttpApplicationState) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der HttpApplicationStateWrapper-Klasse.
public:
HttpApplicationStateWrapper(System::Web::HttpApplicationState ^ httpApplicationState);
public HttpApplicationStateWrapper (System.Web.HttpApplicationState httpApplicationState);
new System.Web.HttpApplicationStateWrapper : System.Web.HttpApplicationState -> System.Web.HttpApplicationStateWrapper
Public Sub New (httpApplicationState As HttpApplicationState)
Parameter
- httpApplicationState
- HttpApplicationState
Das Objekt, auf das diese Wrapperklasse Zugriff bietet.
Ausnahmen
httpApplicationState
ist null
.