Show / Hide Table of Contents

Class FullTextIndexException

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

Inheritance
object
Exception
RdfException
RdfQueryException
FullTextIndexException
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 FullTextIndexException : RdfQueryException, ISerializable

Constructors

| Edit this page View Source

FullTextIndexException(string)

Creates a new Full Text Index Exception.

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

Message.

| Edit this page View Source

FullTextIndexException(string, Exception)

Creates a new Full Text Index Exception.

Declaration
public FullTextIndexException(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
    • FullTextIndexException(string)
    • FullTextIndexException(string, Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX