Click or drag to resize

RdfThreadedParsingExceptionAddException Method

Adds an Exception to the list of Inner Exceptions.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AddException(
	Exception ex
)

Parameters

ex
Type: SystemException
Exception.
See Also