CxStatementThrow

Description

sealed class Tinman.Core.Cx.Statements.CxStatementThrow

Derived from

CxStatement abstract
ICxExpressionUsageProvider

A statement that throws a new exception or re-throws the current exception:

throw a;
throw;

Public / Constructors

Cx​Statement​Throw


public constructor CxStatementThrow → (1)

value opt : CxExpression = null

See Value.

Creates a new instance of CxStatementThrow.

Public / Attributes

Value


[Constant]
public attribute Value → (get)

value : CxExpression

The exception value or null iff this is a re-throw statement.

Returns the exception value to throw.