Class RdfThreadedParsingException
Class of exceptions that may occur when doing multi-threaded parsing of RDF.
Implements
Inherited Members
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
| Edit this page View SourceRdfThreadedParsingException(string)
Creates a new Threaded RDF Parsing Exception.
Declaration
public RdfThreadedParsingException(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. |