小编Sur*_*rya的帖子

stackoverflow异常

public static int ExecuteNonQuery(String procedure, params SqlParameter[] args)
{
    if (args == null) throw new ArgumentNullException("args");
    else
    return ExecuteNonQuery(procedure, new SqlParameter[] { });
}
Run Code Online (Sandbox Code Playgroud)

为什么在调用上面的方法时获取递归函数并抛出StackOverFlow异常.(而参数包含5个值)

java stack-overflow exception

2
推荐指数
1
解决办法
783
查看次数

标签 统计

exception ×1

java ×1

stack-overflow ×1