Show / Hide Table of Contents

Class RdfThreadedOutputException

Class of exceptions that may occur when doing multi-threaded output of RDF.
Inheritance
System.Object
System.Exception
RdfException
RdfOutputException
RdfThreadedOutputException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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.Writing
Assembly: dotNetRDF.dll
Syntax
public class RdfThreadedOutputException : RdfOutputException, ISerializable
Remarks

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

Constructors

| Improve this Doc View Source

RdfThreadedOutputException(String)

Creates a new Threaded RDF Output Exception.
Declaration
public RdfThreadedOutputException(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
    • RdfThreadedOutputException(String)
  • Properties
    • InnerExceptions
  • Methods
    • AddException(Exception)
  • Implements
  • Extension Methods
Back to top Generated by DocFX