Click or drag to resize

RdfOutputException Constructor (String)

Creates a new RDF Output Exception.

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

Parameters

message
Type: SystemString
Error Message.
See Also