CodeTryCatchFinallyStatement.CatchClauses Vlastnost

Definice

Získá klauzule catch, které se mají použít.

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 , který označuje klauzule catch, které se mají použít.

Platí pro

Viz také