Click or drag to resize

RdfThreadedOutputException.InnerExceptions Property

Gets the enumeration of Exceptions.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Exception> InnerExceptions { get; }

Property Value

Type: IEnumerable<Exception>
See Also