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

| Improve this Doc View Source

RdfThreadedOutputException(string)

Creates a new Threaded RDF Output Exception.

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