Ejemplo n.º 1
0
 /// <summary>
 /// ArgumentTypeException with message like "expected bound event, got {0}."
 /// </summary>
 internal static Exception ExpectedBoundEvent(object p0)
 {
     return(new ArgumentTypeException(Strings.ExpectedBoundEvent(p0)));
 }