Click or drag to resize

SparqlXmlWriterRaiseWarning Method

Helper Method which raises the Warning event when a non-fatal issue with the SPARQL Results being written is detected.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void RaiseWarning(
	string message
)

Parameters

message
Type: SystemString
Warning Message.
See Also