CodeTryCatchFinallyStatement.CatchClauses 屬性

定義

還能拿到附加條款。

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

屬性值

A CodeCatchClauseCollection ,表示應使用的限制條款。

適用於

另請參閱