软件提示内存溢出异常
************** 异常文本 **************
System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。
在 System.Collections.ArrayList.set_Capacity(Int32 value)
在 System.Collections.ArrayList.EnsureCapacity(Int32 min)
在 System.Collections.ArrayList.Add([code=VB.NET][/code]Object value)
在 System.Windows.Forms.DataGridViewSelectedRowCollection.Add(DataGridViewRow dataGridViewRow)
在 System.Windows.Forms.DataGridView.get_SelectedRows()
在 AfEmail.MainForm.MainSend_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 AfEmail.GlassButton.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 AfEmail.GlassButton.OnMouseUp(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.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)
这怎么回事?