Class JsonLdProcessorException
Exception raised by the JSON-LD processor when a processing error is encountered.
Implements
Inherited Members
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdProcessorException : Exception, ISerializable
Constructors
| Edit this page View SourceJsonLdProcessorException(JsonLdErrorCode, string)
Create a new exception.
Declaration
public JsonLdProcessorException(JsonLdErrorCode errorCode, string message)
Parameters
Type | Name | Description |
---|---|---|
JsonLdErrorCode | errorCode | The JSON-LD error code that describes the processing error encountered. |
string | message | A message providing the user with further contextual information about the error. |
JsonLdProcessorException(JsonLdErrorCode, string, Exception)
Create a new exception.
Declaration
public JsonLdProcessorException(JsonLdErrorCode errorCode, string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
JsonLdErrorCode | errorCode | The JSON-LD error code that describes the processing error encountered. |
string | message | A message proiding the user with further contextual information about the error. |
Exception | innerException | The inner exception that led to this exception being raised. |
Properties
| Edit this page View SourceErrorCode
The JSON-LD error code that describes the processing error encountered.
Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
JsonLdErrorCode |