Exemple #1
0
 /// <summary>
 /// System.Reflection.AmbiguousMatchException with message like "There are valid conversions from {0} to {1}."
 /// </summary>
 internal static Exception AmbiguousConversion(object p0, object p1)
 {
     return(new System.Reflection.AmbiguousMatchException(Strings.AmbiguousConversion(p0, p1)));
 }