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
CodeTryCatchFinallyStatementThe statement to generate code for.