Class NotComparableException
An exception thrown by an operation that need to construct a natural comparer for a type.
Inheritance
System.Object
NotComparableException
Assembly: DistributedLucene.Net.dll
Syntax
public class NotComparableException : Exception
Constructors
Name | Description |
---|---|
NotComparableException() | Create a simple exception with no further explanation. |
NotComparableException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
NotComparableException(String) | Create the exception with an explanation of the reason. |