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
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

| 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
string errorMsg

Error Message.

System.Exception cause

Exception that caused this Exception.

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.

| Improve this Doc View Source

DotNetRdfConfigurationException(string)

Creates a new dotNetRDF Configuration Exception.

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

Error Message.

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.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

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