Class JsonLdProcessorException
Exception raised by the JSON-LD processor when a processing error is encountered.
Inheritance
System.Object
System.Exception
JsonLdProcessorException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public class JsonLdProcessorException : Exception, ISerializable
Constructors
| Improve this Doc 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. |
System.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. |
System.String | message | A message proiding the user with further contextual information about the error. |
System.Exception | innerException | The inner exception that led to this exception being raised. |
Properties
| Improve this Doc View SourceErrorCode
The JSON-LD error code that describes the processing error encountered.
Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
JsonLdErrorCode |
Implements
System.Runtime.Serialization.ISerializable