Class CollectionModifiedException
An exception thrown by enumerators, range views etc. when accessed after the underlying collection has been modified.
Inheritance
System.Object
CollectionModifiedException
Assembly: DistributedLucene.Net.dll
Syntax
public class CollectionModifiedException : Exception
Constructors
Name | Description |
---|---|
CollectionModifiedException() | Create a simple exception with no further explanation. |
CollectionModifiedException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
CollectionModifiedException(String) | Create the exception with an explanation of the reason. |