Click or drag to resize

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
)

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