Click or drag to resize

RdfThreadedOutputExceptionAddException Method

Adds an Exception to the list of Inner Exceptions.

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

Parameters

ex
Type: SystemException
Exception.
See Also