Aracılığıyla paylaş


CodeTryCatchFinallyStatement.CatchClauses Özellik

Tanım

Kullanılacak catch yan tümcelerini alır.

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

Özellik Değeri

CodeCatchClauseCollection Kullanılacak catch yan tümcelerini gösteren bir.

Şunlara uygulanır

Ayrıca bkz.