Click or drag to resize

JsonLdProcessorException Constructor (JsonLdErrorCode, String, Exception)

Create a new exception.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdProcessorException(
	JsonLdErrorCode errorCode,
	string message,
	Exception innerException
)

Parameters

errorCode
Type: VDS.RDF.JsonLdJsonLdErrorCode
The JSON-LD error code that describes the processing error encountered.
message
Type: SystemString
A message proiding the user with further contextual information about the error.
innerException
Type: SystemException
The inner exception that led to this exception being raised.
See Also