LayerD CodeDOM and Zoe Compiler interface
renderCatchStatement Method (catchSta, declExp, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderCatchStatement(XplCatchStatement, String, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the catch statement.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
catchSta (XplCatchStatement)
The catch sta.
declExp (String)
The decl exp.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)