共用方式為


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

屬性值

CodeCatchClauseCollection,表示要使用的 Catch 子句。

適用於

另請參閱