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

Class RdfThreadedParsingException

Class of exceptions that may occur when doing multi-threaded parsing of RDF.

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

Used when a process may result in multiple errors from different threads.

Constructors

| Edit this page View Source

RdfThreadedParsingException(string)

Creates a new Threaded RDF Parsing Exception.

Declaration
public RdfThreadedParsingException(string message)
Parameters
Type Name Description
string message

Error Message.

Properties

| Edit this page View Source

InnerExceptions

Gets the enumeration of Exceptions.

Declaration
public IEnumerable<Exception> InnerExceptions { get; }
Property Value
Type Description
IEnumerable<Exception>

Methods

| Edit this page View Source

AddException(Exception)

Adds an Exception to the list of Inner Exceptions.

Declaration
public void AddException(Exception ex)
Parameters
Type Name Description
Exception ex

Exception.

Implements

ISerializable

Extension Methods

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