Show / Hide Table of Contents

Class RdfQueryException

Class for representing errors that occur while querying RDF.

Inheritance
object
Exception
RdfException
RdfQueryException
FullTextIndexException
FullTextQueryException
RdfQueryTimeoutException
RdfReasoningException
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
Assembly: dotNetRdf.dll
Syntax
public class RdfQueryException : RdfException, ISerializable

Constructors

| Edit this page View Source

RdfQueryException(string)

Creates a new RDF Query Exception.

Declaration
public RdfQueryException(string errorMsg)
Parameters
Type Name Description
string errorMsg

Error Message.

| Edit this page View Source

RdfQueryException(string, Exception)

Creates a new RDF Query Exception.

Declaration
public RdfQueryException(string errorMsg, Exception cause)
Parameters
Type Name Description
string errorMsg

Error Message.

Exception cause

Exception that caused this Exception.

Implements

ISerializable

Extension Methods

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