Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.EnumerationException Class Reference

An exception thrown by an enumerator when it detects that the collection was modified after enumeration started but before it finished. More...


Source file:
Inheritance diagram for Loyc.Collections.EnumerationException:

Remarks

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)