Show / Hide Table of Contents

Class UnregisteredRdfWriterTypeException

Class for errors in mapping an IRdfWriter instance to its associated MIME type for HTTP interactions.

Inheritance
object
Exception
RdfException
UnregisteredRdfWriterTypeException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class UnregisteredRdfWriterTypeException : RdfException, ISerializable

Constructors

| Edit this page View Source

UnregisteredRdfWriterTypeException(string)

Creates a new UnregisteredRdfWriterTypeException with the given message.

Declaration
public UnregisteredRdfWriterTypeException(string msg)
Parameters
Type Name Description
string msg

Error message.

Implements

ISerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX