Ejemplo n.º 1
0
 /// <summary>
 /// ArgumentException with message like "Could not convert argument {0} for call to {1}."
 /// </summary>
 internal static Exception DispTypeMismatch(object p0, object p1)
 {
     return(new ArgumentException(Strings.DispTypeMismatch(p0, p1)));
 }