Click or drag to resize

WriterErrorMessagesLiteralSubjectsUnserializable Method

Gets an Error message indicating that Literal Subjects are not serializable with the appropriate RDF format name inserted in the error.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string LiteralSubjectsUnserializable(
	string format
)

Parameters

format
Type: SystemString
RDF format (syntax).

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.WriterErrorMessages.LiteralSubjectsUnserializable(System.String)"]

See Also