Compiler Error CS0463
Evaluation of the decimal constant expression failed with error: 'error'
This errors occurs when a constant decimal expression overflows at compile time.
Typically you get overflow errors at run time. In this case, you defined the constant expression in such a way that the compiler could evaluate the result and know that an overflow would happen.