Class SparqlUpdateTimeoutException
Class for representing Timeout errors that occur while updating RDF using SPARQL.
Implements
Inherited Members
Namespace: VDS.RDF.Update
Assembly: dotNetRdf.dll
Syntax
public class SparqlUpdateTimeoutException : SparqlUpdateException, ISerializable
Constructors
| Edit this page View SourceSparqlUpdateTimeoutException(string)
Creates a new SPARQL Update Timeout Exception.
Declaration
public SparqlUpdateTimeoutException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |