Class of exception thrown by the NetworkedPlanet RDF parsers

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public sealed class RdfParserException : Exception
Visual Basic
Public NotInheritable Class RdfParserException
	Inherits Exception
Visual C++
public ref class RdfParserException sealed : public Exception
F#
[<SealedAttribute>]
type RdfParserException =  
    class
        inherit Exception
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB.Rdf..::..RdfParserException

See Also