Show / Hide Table of Contents

Class FullTextQueryException

Exception Type for exceptions that may occur during Full Text Query.

Inheritance
object
Exception
RdfException
RdfQueryException
FullTextQueryException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.FullText
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class FullTextQueryException : RdfQueryException, ISerializable

Constructors

| Edit this page View Source

FullTextQueryException(string)

Creates a new Full Text Query Exception.

Declaration
public FullTextQueryException(string message)
Parameters
Type Name Description
string message

Message.

| Edit this page 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.

Implements

ISerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • FullTextQueryException(string)
    • FullTextQueryException(string, Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX