Show / Hide Table of Contents

Class SparqlHttpProtocolUriInvalidException

Exception that occurs when a Protocol Processor is provided with a invalid URI for the Graph to be acted upon.

Inheritance
object
Exception
RdfException
SparqlHttpProtocolException
SparqlHttpProtocolUriInvalidException
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 SparqlHttpProtocolUriInvalidException : SparqlHttpProtocolException, ISerializable

Constructors

| Edit this page View Source

SparqlHttpProtocolUriInvalidException()

Creates a new Protocol Invalid URI Exception.

Declaration
public SparqlHttpProtocolUriInvalidException()

Implements

ISerializable

Extension Methods

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