CodeCatchClause.Statements Eigenschap

Definitie

Haalt de instructies in het catch-blok op.

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

Waarde van eigenschap

Een CodeStatementCollection met de instructies in het catch-blok.

Van toepassing op

Zie ook