RdfParseException Constructor (String, Int32, Int32, Int32) | 
 
            Creates a new RDF Parse Exception which contains Position Information.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic RdfParseException(
	string errorMsg,
	int line,
	int startPos,
	int endPos
)
Public Sub New ( 
	errorMsg As String,
	line As Integer,
	startPos As Integer,
	endPos As Integer
)
Parameters
- errorMsg
 - Type: SystemString
Error Message. - line
 - Type: SystemInt32
Line the error occurred on. - startPos
 - Type: SystemInt32
Column Position the error starts at. - endPos
 - Type: SystemInt32
Column Position the error ends at. 
See Also