Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The underlying type that is used to declare an enumeration cannot be a nullable value type. For example, the following code causes this error:
'' Not valid.
' Enum exampleEnum As Integer?
' Member declarations.
' End Enum
Error ID: BC32129
To correct this error
- Do not use a nullable value type as the underlying type in an
Enum
declaration.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.