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