প্রশ্ন ট্যাগ «invalidoperationexception»

7
Nullable বস্তুর একটি মান থাকতে হবে
ব্যতিক্রম বর্ণনায় প্যারাডক্স রয়েছে: নুলাবল বস্তুর অবশ্যই একটি মান (?!) থাকতে হবে এটাই সমস্যা: আমার একটা DateTimeExtendedক্লাস আছে, আছে { DateTime? MyDataTime; int? otherdata; } এবং একটি নির্মাতা DateTimeExtended(DateTimeExtended myNewDT) { this.MyDateTime = myNewDT.MyDateTime.Value; this.otherdata = myNewDT.otherdata; } এই কোড চলছে DateTimeExtended res = new DateTimeExtended(oldDTE); InvalidOperationExceptionবার্তা দিয়ে একটি ছুড়ে …

26
এএসপি.নেট এমভিসি: এই অবজেক্টের জন্য কোনও প্যারামিটারলেস কনস্ট্রাক্টর সংজ্ঞায়িত হয়নি
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 …
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.