Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ************** 异常文本 **************
- System.FormatException: Additional non-parsable characters are at the end of the string.
- at System.ParseNumbers.StringToInt(ReadOnlySpan`1 s, Int32 radix, Int32 flags, Int32& currPos)
- at System.Convert.ToInt32(String value, Int32 fromBase)
- at LegionFanControl_v3.Form1.Timer1_Tick(Object sender, EventArgs e)
- at System.Windows.Forms.Timer.OnTick(EventArgs e)
- at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
- ************** 已加载的程序集 **************
- System.Private.CoreLib
- 程序集版本:5.0.0.0
- Win32 版本:不可用
- 基本代码:
- ----------------------------------------
- LegionFanControl
- 程序集版本:1.0.0.0
- Win32 版本:不可用
- 基本代码:
- ----------------------------------------
- Microsoft.VisualBasic.Forms
- 程序集版本:5.0.15.0
- Win32 版本:不可用
- 基本代码:
- ----------------------------------------
- System.Runtime
- 程序集版本:5.0.0.0
- Win32 版本:不可用
- 基本代码:
- ----------------------------------------
- System.Windows.Forms
- 程序集版本:5.0.15.0
- Win32 版本:不可用
- 基本代码:
- ----------------------------------------
- System.Windows.Forms.Primitives
- 程序集版本:5.0.15.0
- Win32 版本:不可用
- 基本代码:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement