Class NotAViewException
An exception thrown by an operation on a list (C5.IList`1) that only makes sense for a view, not for an underlying list.
Inheritance
System.Object
NotAViewException
Assembly: DistributedLucene.Net.dll
Syntax
public class NotAViewException : Exception
Constructors
Name | Description |
---|---|
NotAViewException() | Create a simple exception with no further explanation. |
NotAViewException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
NotAViewException(String) | Create the exception with an explanation of the reason. |