Class FullTextIndexException
Exception Type for exceptions that may occur during Full Text Indexing.
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 FullTextIndexException : RdfQueryException, ISerializable
Constructors
| Improve this Doc View SourceFullTextIndexException(string, Exception)
Creates a new Full Text Index Exception.
Declaration
public FullTextIndexException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message. |
System.Exception | cause | Inner Exception. |
FullTextIndexException(string)
Creates a new Full Text Index Exception.
Declaration
public FullTextIndexException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message. |
Implements
System.Runtime.Serialization.ISerializable