Click or drag to resize

RdfWriterSelectionException Constructor (String)

Creates a new RDF Writer Selection Exception with the given Message.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfWriterSelectionException(
	string errorMsg
)

Parameters

errorMsg
Type: SystemString
Error Message.
See Also