다음을 통해 공유


'<name>'은(는) <specifier> '<type2>'을(를) 통해 프로젝트의 외부에 구현하고 있는 이벤트의 내부 대리자 형식 '<delegatetype>'에 사용된 '<type1>' 형식을 노출할 수 없습니다.

업데이트: 2007년 11월

'<name>' cannot expose type '<type1>' used in the underlying delegate type '<delegatetype>' of the event it is implementing outside the project through <specifier> '<type2>'

코드가 public 클래스 외부로 private 형식을 노출합니다.

오류 ID: BC30924

이 오류를 해결하려면

  • Public 형식을 선언하거나 다른 형식을 사용합니다.

참고 항목

기타 리소스

Visual Basic의 개체 지향 프로그래밍