CodeTryCatchFinallyStatement.CatchClauses Tulajdonság

Definíció

Lekéri a használni kívánt fogási záradékokat.

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

Tulajdonság értéke

A CodeCatchClauseCollection , amely a használni kívánt fogási záradékokat jelzi.

A következőre érvényes:

Lásd még