Show / Hide Table of Contents

Class JsonLdProcessorException

Exception raised by the JSON-LD processor when a processing error is encountered.

Inheritance
object
Exception
JsonLdProcessorException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdProcessorException : Exception, ISerializable

Constructors

| Edit this page View Source

JsonLdProcessorException(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.

| Edit this page View Source

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 Source

ErrorCode

The JSON-LD error code that describes the processing error encountered.

Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type Description
JsonLdErrorCode

Implements

ISerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • JsonLdProcessorException(JsonLdErrorCode, string)
    • JsonLdProcessorException(JsonLdErrorCode, string, Exception)
  • Properties
    • ErrorCode
  • Implements
  • Extension Methods
Back to top Generated by DocFX