Show / Hide Table of Contents

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
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

| Improve this Doc 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.

System.Exception innerException

The inner exception that led to this exception being raised.

| Improve this Doc 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.

Properties

| Improve this Doc 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

System.Runtime.Serialization.ISerializable

Extension Methods

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