In C++, the standard describes the default constructor for a class as a constructor that can be called with no arguments (this includes a constructor whose parameters all have default arguments).
В С++, стандарт описывает конструктор по умолчанию как конструктор, который может быть вызван без передачи аргументов (включая конструктор с параметрами, имеющими значение по умолчанию).
The service type provided could not be loaded as a service because it does not have a default (parameter-less) constructor. To fix the problem, add a default constructor to the type, or pass an instance of the type to the host.
Не удалось загрузить предоставленный тип службы в качестве службы, так как он не имеет конструктора по умолчанию (без параметров). Для устранения неполадки добавьте к типу конструктор по умолчанию или передайте в узлу экземпляр типа.
does not have a default constructor.
Type' ' does not have a default constructor.
'' property is set to element of type '', but instance of' ' cannot be might be the default type for that property and is either abstract or does not have a default constructor.
Значением свойства задан элемент типа, но создание экземпляра невозможно. Вероятно, это тип по умолчанию для данного свойства, и он либо является абстрактным, либо не имеет конструктора по умолчанию.
Cannot create instance for type ''. Type must be public and have a public default constructor.
If you do not include a constructor, the Java compiler will create a default constructor in the
Даже если вы его не написали, компилятор Java сам создаст конструктор по умолчанию (default constructor)...
There is no public default constructor for ''. This might be referenced by a' ' tag, or it might be the default type for a property element.
Общий конструктор по умолчанию для отсутствует. Возможно, это указано в теге, или это тип по умолчанию для элемента свойства.
Failed to resume the page function of type. Make sure the type has a default constructor and its assembly is accessible.
Ошибка при возобновлении функции страницы типа. Убедитесь, что у типа имеется конструктор по умолчанию и что сборка доступна.
'' type cannot have Name attribute. Value types and types without a default constructor can be used as items within a dictionary.
Тип не может иметь атрибута Name. Типы значений и типы без конструктора по умолчанию можно использовать как элементы в словаре.
Could not create an object of the type. Check whether the default constructor exists.
Не удалось создать объект типа. Убедитесь в наличии конструктора по умолчанию.
Cannot create object of type ''. CreateInstance failed, which can be caused by not having a public default constructor for ''.
Не удается создать объект типа. Ошибка CreateInstance, которая может быть вызвана отсутствием общего конструктора по умолчанию для.
Specified FaultType' ' does not have default constructor.
У указанного типа FaultType нет конструктора по умолчанию.