示例#1
0
 /// <summary>
 /// ArgumentException with message like "No explicit cast from {0} to {1}"
 /// </summary>
 internal static Exception NoExplicitCast(object p0, object p1)
 {
     return(new ArgumentException(Strings.NoExplicitCast(p0, p1)));
 }