1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 获取全国彩彩种历史记录-GetQGCHistoryLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 列名 'ShiJiHao' 无效。
- 列名 'KaiJiHao' 无效。
- 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
- 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
- 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
- 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
- 在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
- 在 System.Data.SqlClient.SqlDataReader.get_MetaData()
- 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption)
- 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
- 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
- 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
- 在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
- 在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
- 在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
- 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
- 在 Lottomat.Data.EF.Database.FindTable(String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 509
- 在 Lottomat.Data.Repository.Repository.FindTable(String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 359
- 在 Lottomat.Application.Service.CommonManage.CommonService.ExcuteSqlDataTable(String sql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\CommonManage\CommonService.cs:行号 32
- 在 Lottomat.Application.Busines.CommonManage.CommonBLL.ExcuteSqlDataTable(String sql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\CommonManage\CommonBLL.cs:行号 37
- 在 Lottomat.SOA.API.Controllers.V1.QGCController.GetData(SCCLottery type, HistoryLotteryArgEnyity arg) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\QGCController.cs:行号 291
- 在 Lottomat.SOA.API.Controllers.V1.QGCController.GetResultByEnumCode(SCCLottery type, HistoryLotteryArgEnyity arg) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\QGCController.cs:行号 117
- 在 Lottomat.SOA.API.Controllers.V1.QGCController.<>c__DisplayClass1_0.<GetQGCHistoryLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\QGCController.cs:行号 52
- 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
- ClientConnectionId:d3a47932-70ec-4a0f-b13c-91a420524696
- Error Number:207,State:1,Class:16
- 获取地方彩彩种历史记录-GetDFCHistoryLotteryList发生异常。System.ArgumentException: 已添加了具有相同键的项。
- 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
- 在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
- 在 Lottomat.Utils.LotteryUtils.GetCombination(String[] data, Int32 count) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 247
- 在 Lottomat.Utils.LotteryUtils.GetAC(String[] kjh) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 226
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.AppendHD15X5Result(DataTable data, SCCLottery type) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 204
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.GetResultByEnumCode(SCCLottery type, HistoryLotteryArgEnyity arg) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 124
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.<>c__DisplayClass1_0.<GetDFCHistoryLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 49
- 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
- 获取地方彩彩种历史记录-GetDFCHistoryLotteryList发生异常。System.ArgumentException: 已添加了具有相同键的项。
- 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
- 在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
- 在 System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
- 在 Lottomat.Utils.LotteryUtils.GetCombination(String[] data, Int32 count) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 247
- 在 Lottomat.Utils.LotteryUtils.GetAC(String[] kjh) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 226
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.AppendHD15X5Result(DataTable data, SCCLottery type) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 204
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.GetResultByEnumCode(SCCLottery type, HistoryLotteryArgEnyity arg) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 124
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.<>c__DisplayClass1_0.<GetDFCHistoryLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 51
- 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
- 获取地方彩彩种历史记录-GetDFCHistoryLotteryList发生异常。System.ArgumentException: 已添加了具有相同键的项。
- 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
- 在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
- 在 System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
- 在 Lottomat.Utils.LotteryUtils.GetCombination(String[] data, Int32 count) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 247
- 在 Lottomat.Utils.LotteryUtils.GetAC(String[] kjh) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util\LotteryUtils.cs:行号 226
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.AppendHD15X5Result(DataTable data, SCCLottery type) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 204
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.GetResultByEnumCode(SCCLottery type, HistoryLotteryArgEnyity arg) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 124
- 在 Lottomat.SOA.API.Controllers.V1.DFCController.<>c__DisplayClass1_0.<GetDFCHistoryLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\DFCController.cs:行号 51
- 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
|