Try.PushHandlerScope(VsaEngine, String, Int32) Methode

Definitie

Hiermee maakt u een nieuw BlockScope object voor het try blok en pusht u het naar de globale bereikstack.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static void PushHandlerScope(Microsoft::JScript::Vsa::VsaEngine ^ engine, System::String ^ id, int scopeId);
public static void PushHandlerScope(Microsoft.JScript.Vsa.VsaEngine engine, string id, int scopeId);
static member PushHandlerScope : Microsoft.JScript.Vsa.VsaEngine * string * int -> unit
Public Shared Sub PushHandlerScope (engine As VsaEngine, id As String, scopeId As Integer)

Parameters

engine
VsaEngine

Een verwijzing naar de scriptengine.

id
String

De naam van het bereik van het try blok.

scopeId
Int32

De id van het bereik van het try blok.

Van toepassing op