CodeTryCatchFinallyStatement.CatchClauses Propriedade

Definição

Obtém as cláusulas de captura para 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 de Propriedade

A CodeCatchClauseCollection que indica as cláusulas de captura a utilizar.

Aplica-se a

Ver também