[This is preliminary documentation and is subject to change.]
Renders the catch statement.

C# | Visual Basic | Visual C++ |
protected override void renderCatchStatement( XplCatchStatement catchSta, string declExp, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Sub renderCatchStatement ( _ catchSta As XplCatchStatement, _ declExp As String, _ context As ExtendedZOEProcessor..::.EZOEContext _ )
protected: virtual void renderCatchStatement( XplCatchStatement^ catchSta, String^ declExp, ExtendedZOEProcessor..::.EZOEContext context ) override

- catchSta (XplCatchStatement)
- The catch sta.
- declExp (String)
- The decl exp.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.