Share via


CodeTryCatchFinallyStatement.CatchClauses Proprietà

Definizione

Restituisce le clausole catch da utilizzare.

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

Valore della proprietà

CodeCatchClauseCollection che indica le clausole catch da utilizzare.

Si applica a

Vedi anche