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

2 overloads


public constructor CxStatementThrow1 → ()

Creates a new instance of CxStatementThrow.


public constructor CxStatementThrow2 → (1)

value in : CxExpression

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.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.