Completed
Last Updated: 29 Mar 2021 12:50 by ADMIN
Release LIB 2021.1.504 (05/04/2021)
Psyduck
Created on: 16 Mar 2021 09:30
Category: Spreadsheet
Type: Bug Report
1
Spreadsheet: InvalidOperationException is thrown when attaching to CellPropertyChanged event and trying to modify the cell

When attaching to the CellPropertyChanged event and trying to modify the cell an exception is thrown:

if firstly detached from the event and then modify the cell the exception is: 
System.InvalidOperationException: 'Collection was modified; enumeration operation may not execute.' 

else:
System.StackOverflowException: 'Exception of type 'System.StackOverflowException' was thrown.'

0 comments