Compartir a través de


CodeTryCatchFinallyStatement.CatchClauses Propiedad

Definición

Obtiene las cláusulas catch que se deben utilizar.

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

Valor de propiedad

Una clase CodeCatchClauseCollection que indica las cláusulas catch que se van a utilizar.

Se aplica a

Consulte también