ParserHelperError Method (String, String, IRdfXmlEvent) | 
 
            Helper function which generates standardised Error Messages.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static RdfParseException Error(
	string message,
	string production,
	IRdfXmlEvent evt
)
Public Shared Function Error ( 
	message As String,
	production As String,
	evt As IRdfXmlEvent
) As RdfParseException
Parameters
- message
 - Type: SystemString
Error Message. - production
 - Type: SystemString
The Production where the Error occurred. - evt
 - Type: VDS.RDF.Parsing.EventsIRdfXmlEvent
Event causing the Error. 
Return Value
Type: 
RdfParseException[Missing <returns> documentation for "M:VDS.RDF.Parsing.ParserHelper.Error(System.String,System.String,VDS.RDF.Parsing.Events.IRdfXmlEvent)"]
See Also