Enhanced C#
Language of your choice: library documentation
|
An exception thrown by an enumerator when it detects that the collection was modified after enumeration started but before it finished. More...
An exception thrown by an enumerator when it detects that the collection was modified after enumeration started but before it finished.
Public Member Functions | |
EnumerationException (string msg) | |
EnumerationException (string msg, Exception innerException) | |