[Mono-list] Unhandled Exception at "System.Windows.Forms.DataGridViewButtonCell.GetValue"
Jonathan Pobst
monkey at jpobst.com
Sat Jul 18 10:59:18 EDT 2009
zhang qi wrote:
> Checked exception.txt of 1.9, the
> System.Windows.Forms.DataGridViewButtonCell.GetValue do exist, but 2.4
> didn't have this, seems the tool has issue or i run with a wrong
> method :)
> anyway, i will do upgrade.
>
> Thanks again.
MoMA cannot find that you are using this method because it is not being
used directly. That is, you aren't calling
DataGridViewButtonCell.GetValue in your code, but winforms is calling it
behind the scenes.
However, the good news is this is implemented in newer versions of Mono,
like 2.4. It was implemented in r99681 in April 2008.
Jonathan
More information about the Mono-list
mailing list