https://bugzilla.novell.com/show_bug.cgi?id=349621
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349621#c7 --- Comment #7 from Geoff Norton <[EMAIL PROTECTED]> 2007-12-18 20:00:42 MST --- I havn't really looked into why; but I can tell you where the exception chain starts: 496 get { return DateTime.SpecifyKind (dt - utc_offset, DateTimeKind.Utc); } the dt - utc_offset is triggering an exception; which isn't getting thrown properly thus giving the native stacktrace that jonp is seeing. This is triggered from the DateTimeOffset .ctor on line 58 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
