Exponent is not valid
You attempted to use an exponent that is not valid with a floating-point literal. This error usually results when a floating-point literal's type is at odds with the size required to hold the floating-point literal.
Error ID: BC30495
To correct this error
- Check the floating-point literal's type and change it to a valid type.