Class FullTextIndexException
Exception Type for exceptions that may occur during Full Text Indexing.
Namespace: VDS.RDF.Query.FullText
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextIndexException : RdfQueryException
Constructors
| Improve this Doc View SourceFullTextIndexException(String)
Creates a new Full Text Index Exception.
Declaration
public FullTextIndexException(String message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message. |
FullTextIndexException(String, Exception)
Creates a new Full Text Index Exception.
Declaration
public FullTextIndexException(String message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message. |
Exception | cause | Inner Exception. |