Although enums are implicitly class based, you cannot instantiate an enum using NEW. You must use the type-name syntax shown in the Enumeration member access entry to access the members defined in an enum or use the GetEnum( ) method to get an enum instance.