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 子句。

适用于

另请参阅