Edit and Continue Warning ENC2003

Code position change may cause exception handling or variable destruction errors: function

The function was compiled for exception handling (/GX). Code changes before the point of execution may have altered the exception-handling state. Changes to the exception-handling state can be caused by:

If the exception-handling state has changed, the exception handler may not be invoked and variables may not be properly constructed or destructed. You can continue debugging, but your application may crash or experience memory leaks if an exception occurs.