Show / Hide Table of Contents

Class RdfParsingTerminatedException

Class for representing that a parser has been terminated by a IRdfHandler.

Inheritance
object
Exception
RdfException
RdfParseException
RdfParsingTerminatedException
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 RdfParsingTerminatedException : RdfParseException, ISerializable
Remarks

Used internally to help force execution to jump back to the point where we can handle by safely discarding this exception and stop parsing.

Constructors

| Edit this page View Source

RdfParsingTerminatedException()

Creates a new Parsing Terminated exception.

Declaration
public RdfParsingTerminatedException()

Implements

ISerializable

Extension Methods

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