Example #1
0
 /// <summary>
 /// ArgumentTypeException with message like "Expected type {0}, got {1}."
 /// </summary>
 internal static Exception UnexpectedType(object p0, object p1)
 {
     return(new ArgumentTypeException(Strings.UnexpectedType(p0, p1)));
 }