Compartilhar via


CodeTryCatchFinallyStatement.CatchClauses Propriedade

Definição

Obtém as cláusulas catch a usar.

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 da propriedade

Um CodeCatchClauseCollection que indica as cláusulas catch a serem usadas.

Aplica-se a

Confira também