다음을 통해 공유


CodeCatchClause.Statements 속성

정의

catch 블록에서 문을 가져옵니다.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

속성 값

catch 블록에 문을 포함하는 CodeStatementCollection입니다.

적용 대상

추가 정보