Class LdfException
This exception represents errors that occur while working with Linked Data Fragments.
Implements
Inherited Members
Namespace: VDS.RDF.LDF
Assembly: dotNetRdf.Ldf.dll
Syntax
public class LdfException : RdfException, ISerializable
Constructors
| Edit this page View SourceLdfException(string)
This exception represents errors that occur while working with Linked Data Fragments.
Declaration
public LdfException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |