Click or drag to resize

RdfStorageException Constructor (String, Exception)

Creates a new RDF Storage Exception.

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

Parameters

errorMsg
Type: SystemString
Error Message.
cause
Type: SystemException
Exception which caused this Exception.
See Also