Advertisement
iskyil

Untitled

Mar 15th, 2023
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ************** 异常文本 **************
  2. System.FormatException: Additional non-parsable characters are at the end of the string.
  3. at System.ParseNumbers.StringToInt(ReadOnlySpan`1 s, Int32 radix, Int32 flags, Int32& currPos)
  4. at System.Convert.ToInt32(String value, Int32 fromBase)
  5. at LegionFanControl_v3.Form1.Timer1_Tick(Object sender, EventArgs e)
  6. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  7. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  8. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
  9.  
  10.  
  11. ************** 已加载的程序集 **************
  12. System.Private.CoreLib
  13. 程序集版本:5.0.0.0
  14. Win32 版本:不可用
  15. 基本代码:
  16. ----------------------------------------
  17. LegionFanControl
  18. 程序集版本:1.0.0.0
  19. Win32 版本:不可用
  20. 基本代码:
  21. ----------------------------------------
  22. Microsoft.VisualBasic.Forms
  23. 程序集版本:5.0.15.0
  24. Win32 版本:不可用
  25. 基本代码:
  26. ----------------------------------------
  27. System.Runtime
  28. 程序集版本:5.0.0.0
  29. Win32 版本:不可用
  30. 基本代码:
  31. ----------------------------------------
  32. System.Windows.Forms
  33. 程序集版本:5.0.15.0
  34. Win32 版本:不可用
  35. 基本代码:
  36. ----------------------------------------
  37. System.Windows.Forms.Primitives
  38. 程序集版本:5.0.15.0
  39. Win32 版本:不可用
  40. 基本代码:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement