Show / Hide Table of Contents

Class RdfThreadedParsingException

Class of exceptions that may occur when doing multi-threaded parsing of RDF.
Inheritance
System.Object
System.Exception
RdfException
RdfParseException
RdfThreadedParsingException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
RdfParseException.HasPositionInformation
RdfParseException.StartLine
RdfParseException.EndLine
RdfParseException.StartPosition
RdfParseException.EndPosition
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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

| Improve this Doc View Source

RdfThreadedParsingException(String)

Creates a new Threaded RDF Parsing Exception.
Declaration
public RdfThreadedParsingException(string message)
Parameters
Type Name Description
System.String message Error Message.

Properties

| Improve this Doc View Source

InnerExceptions

Gets the enumeration of Exceptions.
Declaration
public IEnumerable<Exception> InnerExceptions { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Exception>

Methods

| Improve this Doc View Source

AddException(Exception)

Adds an Exception to the list of Inner Exceptions.
Declaration
public void AddException(Exception ex)
Parameters
Type Name Description
System.Exception ex Exception.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RdfThreadedParsingException(String)
  • Properties
    • InnerExceptions
  • Methods
    • AddException(Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX