Edit and Continue : warning 2002 

Error Message

Deleted variable or new local variable requires construction or destruction: symbol (symbol)

Edit and Continue cannot update a function on the call stack because code changes have added or removed a variable that requires construction/destruction. Debugging of the function will continue with old code. Code changes will be applied the next time the function is called.

See Also

Reference

Supported Code Changes