RdfParseException Constructor (String, Exception) |
Creates a new RDF Parse Exception with the given Message and Inner Exception.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public RdfParseException(
string errorMsg,
Exception cause
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: SystemString
Error Message. - cause
- Type: SystemException
Inner Exception.
See Also