CodeTryCatchFinallyStatement.CatchClauses Propriété

Définition

Obtient les clauses catch à utiliser.

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

Valeur de propriété

CodeCatchClauseCollection indiquant les clauses catch à utiliser.

S’applique à

Voir aussi