• User Guide
  • API Documentation
  • Developer Guide
  • Support
  • API Documentation
Show / Hide Table of Contents

Class RdfOntologyException

Class for representing errors with Ontologies.

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

Constructors

| Edit this page View Source

RdfOntologyException(string)

Creates a new RDF Ontology Exception with the given message.

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

Error message.

| Edit this page View Source

RdfOntologyException(string, Exception)

Creates a new RDF Ontology Exception with the given message and inner exception.

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

Error message.

Exception cause

Inner Exception.

Implements

ISerializable

Extension Methods

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