1
huanghongfeng
2025-03-07 f1f29f5329102870476653fa6c6ca42b80226078
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
--------------------------------
2025/3/7 14:36:57|
Unexpected character encountered while parsing value: e. Path '', line 0, position 0.
【自定义错误】:Unexpected character encountered while parsing value: e. Path '', line 0, position 0. 
【异常类型】:JsonReaderException 
【异常信息】:Unexpected character encountered while parsing value: e. Path '', line 0, position 0. 
【堆栈调用】:   at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 62
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method957(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:43:11|
Exception has been thrown by the target of an invocation.
【自定义错误】:Exception has been thrown by the target of an invocation. 
【异常类型】:TargetInvocationException 
【异常信息】:Exception has been thrown by the target of an invocation. 
【堆栈调用】:   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at WIDESEA_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 114
   at WIDESEA_Core.BaseController.ApiBaseController`2.Add(SaveModel options) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 46
   at lambda_method1462(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:43:15|
Exception has been thrown by the target of an invocation.
【自定义错误】:Exception has been thrown by the target of an invocation. 
【异常类型】:TargetInvocationException 
【异常信息】:Exception has been thrown by the target of an invocation. 
【堆栈调用】:   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at WIDESEA_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 114
   at WIDESEA_Core.BaseController.ApiBaseController`2.Add(SaveModel options) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 46
   at lambda_method1462(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:43:17|
Exception has been thrown by the target of an invocation.
【自定义错误】:Exception has been thrown by the target of an invocation. 
【异常类型】:TargetInvocationException 
【异常信息】:Exception has been thrown by the target of an invocation. 
【堆栈调用】:   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at WIDESEA_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 114
   at WIDESEA_Core.BaseController.ApiBaseController`2.Add(SaveModel options) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\BaseController\ApiBaseController.cs:line 46
   at lambda_method1462(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:46:46|
列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。
【自定义错误】:列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。 
【异常类型】:SqlException 
【异常信息】:列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_6.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method957(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:49:00|
列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。
【自定义错误】:列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。 
【异常类型】:SqlException 
【异常信息】:列名 'Vehiclename' 无效。
列名 'Vehicletraycoid' 无效。
列名 'Vehiclename' 无效。 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_6.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method957(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:51:05|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_6.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method957(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:52:23|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_6.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method957(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:54:46|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_2.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_1.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method806(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:55:41|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_2.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_1.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method806(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:55:58|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_3.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_2.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method836(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2025/3/7 14:56:59|
Cannot implicitly convert type 'int' to 'string'
【自定义错误】:Cannot implicitly convert type 'int' to 'string' 
【异常类型】:RuntimeBinderException 
【异常信息】:Cannot implicitly convert type 'int' to 'string' 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_3.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_2.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\广州江门\3-6\DuiDuoJiJianCeXian\项目代码\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method836(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)