Udostępnij przez


CodeTryCatchFinallyStatement.CatchClauses Właściwość

Definicja

Pobiera klauzule catch do użycia.

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

Wartość właściwości

Element CodeCatchClauseCollection wskazujący klauzule catch do użycia.

Dotyczy

Zobacz też