Show / Hide Table of Contents

Class RdfThreadedOutputException

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

Inheritance
object
Exception
RdfException
RdfOutputException
RdfThreadedOutputException
Implements
ISerializable
Inherited Members
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.Writing
Assembly: dotNetRdf.dll
Syntax
public class RdfThreadedOutputException : RdfOutputException, ISerializable
Remarks

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

Constructors

| Edit this page View Source

RdfThreadedOutputException(string)

Creates a new Threaded RDF Output Exception.

Declaration
public RdfThreadedOutputException(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
    • RdfThreadedOutputException(string)
  • Properties
    • InnerExceptions
  • Methods
    • AddException(Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX