“<classname2>”已声明为“NotInheritable”,因此“<classname1>”无法从 <type>“<classname2>”继承

更新:2007 年 11 月

一个类试图从另一个类继承,但所需基类被指定为 NotInheritable。NotInheritable 类主要用于防止意外的派生。

**错误 ID:**BC30299

更正此错误

  • 将 NotInheritable 关键字从所需基类的定义中移除,或移除 Inherits 语句。

请参见

概念

继承的基础知识

参考

NotInheritable

Inherits 语句