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 '?' character can be used to specify that a value type or structure is nullable. Its use in other circumstances is limited. For example, the following code will cause this exception.
' Not valid.
' #Const found = True?
Error ID: BC36637
To correct this error
- Remove the '?' character from the declaration.