Click or drag to resize

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
)

Parameters

errorMsg
Type: SystemString
Error Message.
See Also