Click or drag to resize

RdfOutputException Constructor (String, Exception)

Creates a new RDF Output Exception.

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

Parameters

message
Type: SystemString
Error Message.
cause
Type: SystemException
Exception that caused this Exception.
See Also