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:
Syntaxpublic RdfWriterSelectionException(
string errorMsg,
Exception cause
)
Public Sub New (
errorMsg As String,
cause As Exception
)
Parameters
- errorMsg
- Type: System.String
Error Message. - cause
- Type: System.Exception
Inner Exception.
See Also