Class DocTermsIndexDocValues.DocTermsIndexException
Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated
Implements
Inherited Members
Namespace: Lucene.Net.Queries.Function.DocValues
Assembly: Lucene.Net.Queries.dll
Syntax
[Serializable]
public sealed class DocTermsIndexDocValues.DocTermsIndexException : Exception, ISerializable
Constructors
DocTermsIndexException(string, Exception)
Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated
Declaration
public DocTermsIndexException(string fieldName, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | fieldName | |
Exception | cause |