CodeTryCatchFinallyStatement.CatchClauses Proprietà

Definizione

Ottiene 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à

Oggetto CodeCatchClauseCollection che indica le clausole catch da utilizzare.

Si applica a

Vedi anche