Show / Hide Table of Contents

Class RdfParserSelectionException

Class for representing errors in selecting an appropriate parser to parse RDF with.

Inheritance
object
Exception
RdfException
RdfParseException
RdfParserSelectionException
Implements
ISerializable
Inherited Members
RdfParseException.HasPositionInformation
RdfParseException.StartLine
RdfParseException.EndLine
RdfParseException.StartPosition
RdfParseException.EndPosition
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.Parsing
Assembly: dotNetRdf.dll
Syntax
public class RdfParserSelectionException : RdfParseException, ISerializable

Constructors

| Edit this page View Source

RdfParserSelectionException(string)

Creates a new RDF Parser Selection Exception with the given Message.

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

Error Message.

| Edit this page View Source

RdfParserSelectionException(string, Exception)

Creates a new RDF Parser Selection Exception with the given Message and Inner Exception.

Declaration
public RdfParserSelectionException(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
    • RdfParserSelectionException(string)
    • RdfParserSelectionException(string, Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX