Udostępnij za pośrednictwem


CodeCatchClause.Statements Właściwość

Definicja

Pobiera instrukcje w bloku 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

Wartość właściwości

Obiekt CodeStatementCollection zawierający instrukcje w bloku catch.

Dotyczy

Zobacz też