CodeCatchClause.Statements Property

Definition

Gets the statements within the catch block.

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

Property Value

A CodeStatementCollection containing the statements within the catch block.

Applies to

See also