Inheriting from 'System.<classname>' is not valid
A class cannot inherit from System.Array, System.Delegate, System.Enum, or System.ValueType.
Error ID: BC30015
To correct this error
- Remove the Inherits statement or change it to inherit from a valid base class.