Show / Hide Table of Contents

Class SparqlUpdateMalformedException

Class for representing malformed SPARQL Updates.

Inheritance
object
Exception
RdfException
SparqlUpdateException
SparqlUpdateMalformedException
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
Assembly: dotNetRdf.dll
Syntax
public class SparqlUpdateMalformedException : SparqlUpdateException, ISerializable
Remarks

This is distinct from a RdfParseException as it is possible for an update to be syntactically valid but semantically malformed.

Constructors

| Edit this page View Source

SparqlUpdateMalformedException(string)

Creates a new Malformed Update Exception.

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

Error Message.

| Edit this page View Source

SparqlUpdateMalformedException(string, Exception)

Creates a new Malformed Update Exception.

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

Error Message.

Exception cause

Exception that caused this exception to be thrown.

Implements

ISerializable

Extension Methods

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