Class ConcurrentEnumerationException
An exception thrown by the MemorySafeEnumerator if the collection is enumerated by multiple threads concurrently
Inheritance
System.Object
ConcurrentEnumerationException
Assembly: DistributedLucene.Net.dll
Syntax
public class ConcurrentEnumerationException : Exception
Constructors
Name | Description |
---|---|
ConcurrentEnumerationException() | Create a simple exception with no further explanation. |
ConcurrentEnumerationException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
ConcurrentEnumerationException(String) | Create a simple exception with the an explanation contained in the error message. |