CodeTryCatchFinallyStatement.CatchClauses Vlastnost

Definice

Získá klauzule catch k použití.

public:
 property System::CodeDom::CodeCatchClauseCollection ^ CatchClauses { System::CodeDom::CodeCatchClauseCollection ^ get(); };
public System.CodeDom.CodeCatchClauseCollection CatchClauses { get; }
member this.CatchClauses : System.CodeDom.CodeCatchClauseCollection
Public ReadOnly Property CatchClauses As CodeCatchClauseCollection

Hodnota vlastnosti

A CodeCatchClauseCollection označující klauzule catch, které se mají použít.

Platí pro

Viz také