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

C# | Visual Basic | Visual 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

- throwExpression (XplExpression)
- The throw expression.
- expressionString (String)
- The expression string.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.