RdfParseException Constructor (String, Int32, Int32, Exception) | 
 
            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 pos,
	Exception cause
)
Public Sub New ( 
	errorMsg As String,
	line As Integer,
	pos As Integer,
	cause As Exception
)
Parameters
- errorMsg
 - Type: SystemString
Error Message. - line
 - Type: SystemInt32
Line the error occurred on. - pos
 - Type: SystemInt32
Column Position the error occurred at. - cause
 - Type: SystemException
Exeception that caused this exception. 
See Also