Class RdfThreadedOutputException
Class of exceptions that may occur when doing multi-threaded output of RDF.
Implements
Inherited Members
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 SourceRdfThreadedOutputException(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 SourceInnerExceptions
Gets the enumeration of Exceptions.
Declaration
public IEnumerable<Exception> InnerExceptions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Exception> |
Methods
| Edit this page View SourceAddException(Exception)
Adds an Exception to the list of Inner Exceptions.
Declaration
public void AddException(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | Exception. |