Show / Hide Table of Contents

Class FullTextQueryException

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

Constructors

| Improve this Doc View Source

FullTextQueryException(String)

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

FullTextQueryException(String, Exception)

Creates a new Full Text Query Exception.
Declaration
public FullTextQueryException(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
    • FullTextQueryException(String)
    • FullTextQueryException(String, Exception)
  • Extension Methods
Back to top Generated by DocFX