eliteapp

RQPWWPPP

Jul 4th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.94 KB | None | 0 0
  1. //Verze 2.2013.171.0
  2. //PC
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //4.7.2013 14:24:31
  5.  
  6. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  7.    at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
  8.    at System.Text.StringBuilder..ctor(String value, Int32 startIndex, Int32 length, Int32 capacity)
  9.    at System.Windows.Forms.Control.get_WindowText()
  10.    at System.Windows.Forms.TextBoxBase.get_WindowText()
  11.    at System.Windows.Forms.Control.set_CacheTextInternal(Boolean value)
  12.    at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
  13.    at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
  14.    at System.Windows.Forms.Layout.LayoutTransaction.DoLayout(IArrangedElement elementToLayout, IArrangedElement elementCausingLayout, String property)
  15.    at System.Windows.Forms.Control.OnResize(EventArgs e)
  16.    at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
  17.    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
  18.    at System.Windows.Forms.Control.UpdateBounds()
  19.    at System.Windows.Forms.Control.WndProc(Message& m)
  20.    at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
  21.    at System.Windows.Forms.TextBox.WndProc(Message& m)
  22.    at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message& m)
  23.    at DevExpress.XtraEditors.Mask.MaskBox.MaskStrategy.SimpleStrategy.DoWndProc(Message& m)
  24.    at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message& m)
  25.    at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message& msg)
  26.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment