다음을 통해 공유


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

업데이트: 2007년 11월

'<name>' cannot expose the underlying delegate type '<delegatetype>' of the event it is implementing to <specifier1> '<type1>' through <specifier2> '<type2>'

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

오류 ID: BC30914

이 오류를 해결하려면

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

참고 항목

기타 리소스

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