Show / Hide Table of Contents

Class FullTextIndexException

Exception Type for exceptions that may occur during Full Text Indexing.
Inheritance
System.Object
RdfException
RdfQueryException
FullTextIndexException
Namespace: VDS.RDF.Query.FullText
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextIndexException : RdfQueryException

Constructors

| Improve this Doc View Source

FullTextIndexException(String)

Creates a new Full Text Index Exception.
Declaration
public FullTextIndexException(String message)
Parameters
Type Name Description
String message Message.
| Improve this Doc View Source

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.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FullTextIndexException(String)
    • FullTextIndexException(String, Exception)
  • Extension Methods
Back to top Generated by DocFX