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: 
Syntaxprotected void RaiseWarning(
	string message
)
Protected Sub RaiseWarning ( 
	message As String
)
Parameters
- message
 - Type: SystemString
Warning Message. 
See Also