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
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

| Improve this Doc View Source

RdfThreadedParsingException(string)

Creates a new Threaded RDF Parsing Exception.

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

Error Message.

Remarks

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

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<T><System.Exception>
Remarks

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

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.

Remarks

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

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

Extensions.ToSafeString(object)
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