次の方法で共有


CodeTryCatchFinallyStatement.CatchClauses プロパティ

定義

使用する catch 句を取得します。

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

プロパティ値

使用する catch 句を示す CodeCatchClauseCollection

適用対象

こちらもご覧ください