ThrowStatement


Description:

public ThrowStatement (Expression error_expression, SourceReference? source_reference = null)

Creates a new throw statement.

Parameters:

error_expression

the error expression

source_reference

reference to source code

Returns:

newly created throw statement