Show / Hide Table of Contents

Class SparqlUpdateTimeoutException

Class for representing Timeout errors that occur while updating RDF using SPARQL.

Inheritance
object
Exception
RdfException
SparqlUpdateException
SparqlUpdateTimeoutException
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 SparqlUpdateTimeoutException : SparqlUpdateException, ISerializable

Constructors

| Edit this page View Source

SparqlUpdateTimeoutException(string)

Creates a new SPARQL Update Timeout Exception.

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

Error Message.

Implements

ISerializable

Extension Methods

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