コンテンツへスキップ
ものがたり
戻る

throw new Exception

Monoのコードはたまに(?)イケてない部分がある。Kazukiさんのパッチを見てて気付いた。

59: -if (this == CultureInfo.CurrentCulture.NumberFormat)  

60: -throw new Exception ("HERE the value was modified");  

61: +               if (this == CultureInfo.CurrentCulture.NumberFormat)  

62: +                   throw new Exception ("HERE the value was modified");

※元々のコードが悪いんであって、パッチが悪いわけじゃあないです。


この記事を共有:

前の記事
DataColumn.MaxLength ^ ColumnMapping.SimpleContent
次の記事
2005-01-24