Click or drag to resize

WriterErrorMessagesGraphLiteralsUnserializable Method

Gets an Error message indicating that Graph Literals 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 GraphLiteralsUnserializable(
	string format
)

Parameters

format
Type: SystemString
RDF format (syntax).

Return Value

Type: String

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

See Also