航空公司:航班号:机型:仓位:价格:¥0元
起飞时间:0001-01-01 00:00:00
到达时间:0001-01-01 00:00:00
起飞城市:目的城市:浏览:0
介绍: System.FormatException: 将参数值从 String 转换到 Int64 失败。 ---> System.FormatException: 输入字符串的格式不正确。
在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
在 System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
在 System.String.System.IConvertible.ToInt64(IFormatProvider provider)
在 System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
在 System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
--- 内部异常堆栈跟踪的结尾 ---
在 System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
在 System.Data.SqlClient.SqlParameter.GetCoercedValue()
在 System.Data.SqlClient.SqlParameter.Validate(Int32 index, Boolean isCommandProc)
在 System.Data.SqlClient.SqlCommand.BuildParamList(TdsParser parser, SqlParameterCollection parameters)
在 System.Data.SqlClient.SqlCommand.BuildExecuteSql(CommandBehavior behavior, String commandText, SqlParameterCollection parameters, _SqlRPC& rpc)
在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
在 KeLin.ClassManager.ExUtility.DbHelperSQL.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
在 KeLin.ClassManager.ExUtility.DbHelperSQL.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
在 KeLin.ClassManager.DAL.wap_airplane_DAL.UpdateXiNuHan(String siteid, String id, String type)
在 KeLin.ClassManager.BLL.wap_airplane_BLL.UpdateXiNuHan(String siteid, String id, String type)
在 KeLin.WebSite.airplane.Book_View.Page_Load(Object sender, EventArgs e)