internal static Exception ArgumentWrongType(object p0, object p1, object p2) => (Exception) new ArgumentException(Strings.ArgumentWrongType(p0, p1, p2));