CodeTryCatchFinallyStatement.CatchClauses Egenskap

Definition

Hämtar catch-satserna att använda.

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

Egenskapsvärde

En CodeCatchClauseCollection som anger vilka catch-satser som ska användas.

Gäller för

Se även