CodeCatchClause.Statements Egenskap

Definition

Hämtar instruktionerna i catch-blocket.

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

Egenskapsvärde

En CodeStatementCollection som innehåller -uttrycken i catch-blocket.

Gäller för

Se även