deepthroat
Erfahrenes Mitglied
Ja, diese Klasse hat einen Standardkonstruktor.Also Google sagt das ist dies:
Code:public class MyControl : Control { // Standardkonstruktor public MyControl() : base() { } }
Das ist kein Standardkonstruktor. Ich hatte auch bereits gesagt was ein Standardkonstruktor ist.Aber sowas hab ich ja schon :
Code:public class HexRC4Exception : Exception { #region Constructor public HexRC4Exception(string sMessage) : base(sMessage) { } #endregion } }
Zuletzt bearbeitet: