RdfThreadedOutputException.InnerExceptions Property |
Gets the enumeration of Exceptions.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<Exception> InnerExceptions { get; }
Public ReadOnly Property InnerExceptions As IEnumerable(Of Exception)
Get
Property Value
Type:
IEnumerable<Exception>
See Also