CatchClause


Description:

public CatchClause (DataType? error_type, string? variable_name, Block body, SourceReference? source_reference = null)

Creates a new catch

Parameters:

error_type

error type

variable_name

error variable name

body

error handler body

source_reference

reference to source code

Returns:

newly created catch clause