Class FullTextQueryException
Exception Type for exceptions that may occur during Full Text Query.
Implements
Inherited Members
Namespace: VDS.RDF.Query.FullText
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class FullTextQueryException : RdfQueryException, ISerializable
Constructors
| Edit this page 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. |