Class RdfQueryTimeoutException
Class for representing Timeout errors that occur while querying RDF.
Implements
Inherited Members
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class RdfQueryTimeoutException : RdfQueryException, ISerializable
Constructors
| Edit this page View SourceRdfQueryTimeoutException(string)
Creates a new RDF Query Timeout Exception.
Declaration
public RdfQueryTimeoutException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |