foreach문 수행중 컬렉션이 수정 되었을때 발생한다.
for문을 쓰는 방법도 있으나 컬렉션이 수정 되는 작업 자체가 발생하면 안된다.
-----------------------------------------------------------------------------------------
System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
위치: System.Collections.Generic.List`1.Enumerator.MoveNext()
위치: ***.cs:줄 774
-----------------------------------------------------------------------------------------
댓글
댓글 쓰기