Compiler Error CS0517
'class' has no base class and cannot call a base constructor
CS0517 can occur only when the .NET Framework common language runtime compiles the source code for the object class, which is the only class that has no base class.
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
'class' has no base class and cannot call a base constructor
CS0517 can occur only when the .NET Framework common language runtime compiles the source code for the object class, which is the only class that has no base class.