Table of Contents

Method GenerateTryCatchFinallyStatement

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.v9.dll

GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement)

Generates code for the specified try...catch...finally statement.

protected override void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)

Parameters

e CodeTryCatchFinallyStatement

The statement to generate code for.