Class FullTextQueryException
Exception Type for exceptions that may occur during Full Text Query.
Namespace: VDS.RDF.Query.FullText
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextQueryException : RdfQueryException
Constructors
| Improve this Doc View SourceFullTextQueryException(String)
Creates a new Full Text Query Exception.
Declaration
public FullTextQueryException(String message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message. |
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. |