«invalidoperationexception» etiketlenmiş sorular

8
null olabilecek nesnenin bir değeri olmalıdır
Kural dışı durum açıklamasında paradoks var: Null olabilecek nesnenin bir değeri olmalıdır (?!) Sorun bu: Bir DateTimeExtendeddersim var, { DateTime? MyDataTime; int? otherdata; } ve bir kurucu DateTimeExtended(DateTimeExtended myNewDT) { this.MyDateTime = myNewDT.MyDateTime.Value; this.otherdata = myNewDT.otherdata; } bu kodu çalıştırmak DateTimeExtended res = new DateTimeExtended(oldDTE); InvalidOperationExceptionmesajı ile bir atar : …

26
ASP.NET MVC: Bu nesne için tanımlı parametresiz yapıcı yok
Server Error in '/' Application. -------------------------------------------------------------------------------- No parameterless constructor defined for this object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.MissingMethodException: No parameterless constructor …
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.