-- 作者:tongliaozyr
-- 发布时间:2014/1/25 10:19:00
-- [求助]这段错误提示是什么意思?
这段错误提示是什么意思?
有关调用实时(JIT)调试而不是此对话框的详细信息, 请参见此消息的结尾。
************** 异常文本 ************** System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。 参数名: Indent 在 C1.Win.C1Command.C1DockingTab.set_Indent(Int32 value) 在 Foxtable.WinForm.TabControl.set_Indent(Int32 O1llO) --- 内部异常堆栈跟踪的结尾 --- 在 System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) 在 System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) 在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) 在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 在 System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) 在 System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, Object[] index) 在 Foxtable.O00010O10l00Ol.O0l0ll1l110lO0l1lOlOO0111OO0(Object OO0, String O1OO010lOOO0ll, Char O1lO11Ol0) 在 Foxtable.WinForm.Form.O00O1ll0l1lO(ControlCollection OOll0l01, DataRow O00ll0lll, Int32 O100) 在 Foxtable.WinForm.Form.O00O1ll0l1lO(ControlCollection OOll0l01, DataRow O00ll0lll, Int32 O100) 在 Foxtable.WinForm.Form.O00O1ll0l1lO(ControlCollection OOll0l01, DataRow O00ll0lll, Int32 O100) 在 Foxtable.WinForm.Form.O00O1ll0l1lO(ControlCollection OOll0l01, DataRow O00ll0lll, Int32 O100) 在 Foxtable.WinForm.Form.Create() 在 Foxtable.WinForm.Form.OO01(C1MainPage Ol010O0l, Int32 O, Int32 O) 在 Foxtable.WinForm.Form.Open(Int32 O, Int32 O) 在 Foxtable.frmMdi.OO01OO010001O0l10OOl(Object Ol01OO, ClickEventArgs O) 在 C1.Win.C1Command.C1Command.OnClick(ClickEventArgs e) 在 C1.Win.C1Command.C1Command.Invoke(ClickEventArgs e) 在 C1.Win.C1Command.y.a(C1CommandLink A_0, a A_1) 在 C1.Win.C1Command.y.c(MouseEventArgs A_0) 在 C1.Win.C1Command.MenuPopup.OnMouseUp(MouseEventArgs e) 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 在 System.Windows.Forms.Control.WndProc(Message& m) 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 在 System.Windows.Forms.ContainerControl.WndProc(Message& m) 在 System.Windows.Forms.Form.WndProc(Message& m) 在 C1.Win.C1Command.MenuPopup.WndProc(Message& m) 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|