// cs0175.cs: Use of keyword base is not valid in this context // Line: 13 class DerivedClass { public DerivedClass() { base = null; } }