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.
You have attempted to declare a constant as a class, structure, or array type, or as a type parameter defined by a containing generic type.
Constants must be of an intrinsic type (Boolean, Byte, Date, Decimal, Double, Integer, Long, Object, SByte, Short, Single, String, UInteger, ULong, or UShort), or an Enum type based on one of the integral types.
Error ID: BC30424
To correct this error
Declare the constant as an intrinsic or Enum type.
A constant can also be a special value such as True, False, or Nothing. The compiler considers these predefined values to be of the appropriate intrinsic type.
See Also
Concepts
Reference
Data Type Summary (Visual Basic)