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
)
Public Sub AddException (
ex As Exception
)
Parameters
- ex
- Type: SystemException
Exception.
See Also