Show / Hide Table of Contents

Class DotNetRdfConfigurationException

Class for representing errors with dotNetRDF Configuration.
Inheritance
System.Object
System.Exception
RdfException
DotNetRdfConfigurationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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

| Improve this Doc View Source

DotNetRdfConfigurationException(String)

Creates a new dotNetRDF Configuration Exception.
Declaration
public DotNetRdfConfigurationException(string errorMsg)
Parameters
Type Name Description
System.String errorMsg Error Message.
| Improve this Doc View Source

DotNetRdfConfigurationException(String, Exception)

Creates a new dotNetRDF Configuration Exception.
Declaration
public DotNetRdfConfigurationException(string errorMsg, Exception cause)
Parameters
Type Name Description
System.String errorMsg Error Message.
System.Exception cause Exception that caused this Exception.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DotNetRdfConfigurationException(String)
    • DotNetRdfConfigurationException(String, Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX