LayerD CodeDOM and Zoe Compiler interface
renderThrow Method (throwExpression, expressionString, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderThrow(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the throw.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderThrow(
	XplExpression throwExpression,
	string expressionString,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderThrow ( _
	throwExpression As XplExpression, _
	expressionString As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderThrow(
	XplExpression^ throwExpression, 
	String^ expressionString, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
throwExpression (XplExpression)
The throw expression.
expressionString (String)
The expression string.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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