次のコードを使用して、ASP.NET MVC 3 アプリケーション内のリストにオブジェクトを追加していますが、オブジェクトのプロパティの 1 つが原因で問題が発生しています。
ls.Add(new UserRoleModel { UserRoleId = 1, UserName = "Paul", InsertDate = new DateTime(05, 24, 2012),InsertProgram="sqlplus",InsertUser="sp22",Role="Implementation Co-corindator"});
これはビルドされますが、関連するページに移動すると、次のタイプの例外が発生します。
Exception Details: System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
月の 0 を削除しようとしましたが、同じ例外が発生します。