Show / Hide Table of Contents

Class DotNetRdfConfigurationException

Class for representing errors with dotNetRDF Configuration.

Inheritance
object
Exception
RdfException
DotNetRdfConfigurationException
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.Configuration
Assembly: dotNetRdf.dll
Syntax
public class DotNetRdfConfigurationException : RdfException, ISerializable
Remarks

Configuration exceptions are thrown when the user tries to load objects using the ConfigurationLoader and their is insufficient/invalid information to load the desired object.

Constructors

| Edit this page View Source

DotNetRdfConfigurationException(string)

Creates a new dotNetRDF Configuration Exception.

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

Error Message.

| Edit this page View Source

DotNetRdfConfigurationException(string, Exception)

Creates a new dotNetRDF Configuration Exception.

Declaration
public DotNetRdfConfigurationException(string errorMsg, Exception cause)
Parameters
Type Name Description
string errorMsg

Error Message.

Exception cause

Exception that caused this Exception.

Implements

ISerializable

Extension Methods

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