Show / Hide Table of Contents

Class FullTextQueryException

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

Inheritance
System.Object
System.Exception
RdfException
RdfQueryException
FullTextQueryException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.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

| 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.

System.Exception cause

Inner Exception.

| 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.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

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