Class DotNetRdfConfigurationException
Class for representing errors with dotNetRDF Configuration.
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 SourceDotNetRdfConfigurationException(String)
Creates a new dotNetRDF Configuration Exception.
Declaration
public DotNetRdfConfigurationException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorMsg | Error Message. |
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