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

속성 값

CodeStatementCollection catch 블록 내의 문을 포함하는 A.

적용 대상

추가 정보