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
)
Public Sub New (
errorCode As JsonLdErrorCode,
message As String,
innerException As Exception
)
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