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