Show / Hide Table of Contents

Class JsonLdProcessorWarning

Represents a warning message raised during JSON-LD processing.

Inheritance
object
JsonLdProcessorWarning
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdProcessorWarning

Constructors

| Edit this page View Source

JsonLdProcessorWarning(JsonLdErrorCode, string)

Create a new warning message with the specified code and message.

Declaration
public JsonLdProcessorWarning(JsonLdErrorCode errorCode, string message)
Parameters
Type Name Description
JsonLdErrorCode errorCode
string message

Properties

| Edit this page View Source

ErrorCode

The error code associated with the warning.

Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type Description
JsonLdErrorCode
| Edit this page View Source

Message

The detailed warning message.

Declaration
public string Message { get; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ToString()

Get a string representation of the warning.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

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