Aracılığıyla paylaş


CodeCatchClause.Statements Özellik

Tanım

Catch bloğu içindeki deyimleri alır.

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

Özellik Değeri

CodeStatementCollection Catch bloğu içindeki deyimleri içeren.

Şunlara uygulanır

Ayrıca bkz.