Câu hỏi được gắn thẻ «invalidoperationexception»

7
đối tượng nullable phải có giá trị
Có một nghịch lý trong mô tả ngoại lệ: Đối tượng Nullable phải có giá trị (?!) Đây là vấn đề: Tôi có một DateTimeExtendedlớp học { DateTime? MyDataTime; int? otherdata; } và một nhà xây dựng DateTimeExtended(DateTimeExtended myNewDT) { this.MyDateTime = myNewDT.MyDateTime.Value; this.otherdata = myNewDT.otherdata; } chạy mã này …

26
ASP.NET MVC: Không có hàm tạo không tham số nào được xác định cho đối tượng này
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 …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.