Click or drag to resize

RdfWriterSelectionException Constructor (String, Exception)

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

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

Parameters

errorMsg
Type: SystemString
Error Message.
cause
Type: SystemException
Inner Exception.
See Also