JsonLdProcessorException Constructor (JsonLdErrorCode, String) |
Create a new exception.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public JsonLdProcessorException(
JsonLdErrorCode errorCode,
string message
)
Public Sub New (
errorCode As JsonLdErrorCode,
message As String
)
Parameters
- errorCode
- Type: VDS.RDF.JsonLdJsonLdErrorCode
The JSON-LD error code that describes the processing error encountered. - message
- Type: SystemString
A message providing the user with further contextual information about the error.
See Also