CodeCatchClause.Statements Свойство

Определение

Возвращает инструкции в блоке catch.

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

Значение свойства

Содержит CodeStatementCollection инструкции в блоке catch.

Применяется к

См. также раздел