1.重载方法引发的异常:AmbiguousMatchException: Ambiguous match found. 在使用反射调用具有不同参数的重载方法时,应在获取方法信息时添加类型: 类型.GetMethod("方法名称",new Type[] {typeof(参数类型)});