Exception:无法将类型为“”的对象强制转换为类型“System.Threading.ParameterizedThreadStart”。

报错信息

InvalidCastException: 无法将类型为“”的对象强制转换为类型“System.Threading.ParameterizedThreadStart”。
StackTrace:
   在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading.ThreadHelper.ThreadStart()

 

解决方法

暂无解决方案。

相关信息
1 查看
2025-06-18 09:24
Quicker版本
版本 反馈次数