Class IncompatibleViewException
An exception thrown by operations on a list that expects an argument that is a view on the same underlying list.
Inheritance
System.Object
IncompatibleViewException
Assembly: DistributedLucene.Net.dll
Syntax
public class IncompatibleViewException : Exception
Constructors
Name | Description |
---|---|
IncompatibleViewException() | Create a simple exception with no further explanation. |
IncompatibleViewException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
IncompatibleViewException(String) | Create the exception with an explanation of the reason. |