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
)
Public Sub New (
message As String,
cause As Exception
)
Parameters
- message
- Type: SystemString
Error Message. - cause
- Type: SystemException
Exception that caused this Exception.
See Also