Show / Hide Table of Contents

Class LdfException

This excetion represents errors that occur while working with Linked Data Fragments.

Inheritance
object
Exception
RdfException
LdfException
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.LDF
Assembly: dotNetRdf.Ldf.dll
Syntax
public class LdfException : RdfException, ISerializable

Constructors

| Edit this page View Source

LdfException(string)

This excetion represents errors that occur while working with Linked Data Fragments.

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

The error message.

Implements

ISerializable

Extension Methods

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