CodeCatchClause.Statements Eigenschaft

Definition

Ruft die Anweisungen innerhalb des Catch-Blocks ab.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

Eigenschaftswert

A CodeStatementCollection containing the statements within the catch block.

Gilt für:

Weitere Informationen