Class RdfOutputException
Class of exceptions that may occur when outputting RDF.
Inheritance
RdfOutputException
Implements
Inherited Members
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class RdfOutputException : RdfException, ISerializable
Constructors
| Edit this page View SourceRdfOutputException(string)
Creates a new RDF Output Exception.
Declaration
public RdfOutputException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
RdfOutputException(string, Exception)
Creates a new RDF Output Exception.
Declaration
public RdfOutputException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error Message. |
Exception | cause | Exception that caused this Exception. |