Class DotNetRdfConfigurationException
Class for representing errors with dotNetRDF Configuration.
Implements
Inherited Members
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 SourceDotNetRdfConfigurationException(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.
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.