Class RdfThreadedOutputException
Class of exceptions that may occur when doing multi-threaded output of RDF.
Inheritance
System.Object
System.Exception
RdfThreadedOutputException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public class RdfThreadedOutputException : RdfOutputException, ISerializable
Remarks
Used when a process may result in multiple errors from different threads.
Constructors
| Improve this Doc View SourceRdfThreadedOutputException(String)
Creates a new Threaded RDF Output Exception.
Declaration
public RdfThreadedOutputException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error Message. |
Properties
| Improve this Doc View SourceInnerExceptions
Gets the enumeration of Exceptions.
Declaration
public IEnumerable<Exception> InnerExceptions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Exception> |
Methods
| Improve this Doc View SourceAddException(Exception)
Adds an Exception to the list of Inner Exceptions.
Declaration
public void AddException(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex | Exception. |
Implements
System.Runtime.Serialization.ISerializable