English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

RoutedEvent/EventPrivateKey 제한을 초과했습니다. CLR 이벤트에 대한 라우팅된 이벤트 또는 EventPrivateKey는 일반적으로 필드 이니셜라이저나 정적 생성자로 등록된 정적 클래스 멤버입니다. 이 경우 라우팅된 이벤트나 EventPrivateKeys는 인스턴스 생성자에 초기화되어 제한을 초과할 수도 있습니다.

Click to search this error in Google

English version

RoutedEvent/EventPrivateKey limit exceeded. Routed events or EventPrivateKey for CLR events are typically static class members registered with field initializers or static constructors. In this case, routed events or EventPrivateKeys might be getting initialized in instance constructors, causing the limit to be exceeded.

Click to search this error in Google



Localized version
 Korean

Error category
 .Net Framework

Other localized versions
20 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions