Show / Hide Table of Contents

Class SparqlHttpProtocolException

Class of exceptions that may occur when using the SPARQL Graph Store HTTP Protocol for Graph Management.

Inheritance
object
Exception
RdfException
SparqlHttpProtocolException
SparqlHttpProtocolUriInvalidException
SparqlHttpProtocolUriResolutionException
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.Update.Protocol
Assembly: dotNetRdf.dll
Syntax
public class SparqlHttpProtocolException : RdfException, ISerializable

Constructors

| Edit this page View Source

SparqlHttpProtocolException(string)

Creates a new SPARQL Graph Store HTTP Protocol Exception.

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

Error Message.

| Edit this page View Source

SparqlHttpProtocolException(string, Exception)

Creates a new SPARQL Graph Store HTTP Protocol Exception.

Declaration
public SparqlHttpProtocolException(string message, Exception cause)
Parameters
Type Name Description
string message

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