Class RdfParsingTerminatedException
Class for representing that a parser has been terminated by a IRdfHandler.
Implements
Inherited Members
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 SourceRdfParsingTerminatedException()
Creates a new Parsing Terminated exception.
Declaration
public RdfParsingTerminatedException()