Class UnregisteredRdfWriterTypeException
Class for errors in mapping an IRdfWriter instance to its associated MIME type for HTTP interactions.
Implements
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class UnregisteredRdfWriterTypeException : RdfException, ISerializable
Constructors
| Edit this page View SourceUnregisteredRdfWriterTypeException(string)
Creates a new UnregisteredRdfWriterTypeException with the given message.
Declaration
public UnregisteredRdfWriterTypeException(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | msg | Error message. |