다음을 통해 공유


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입니다.

적용 대상

추가 정보