Show / Hide Table of Contents

Class JsonLdProcessorWarning

Represents a warning message raised during JSON-LD processing
Inheritance
System.Object
JsonLdProcessorWarning
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public class JsonLdProcessorWarning

Constructors

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

Properties

| Improve this Doc View Source

ErrorCode

The error code associated with the warning.
Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type Description
JsonLdErrorCode
| Improve this Doc View Source

Message

The detailed warning message.
Declaration
public string Message { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Get a string representation of the warning.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • JsonLdProcessorWarning(JsonLdErrorCode, String)
  • Properties
    • ErrorCode
    • Message
  • Methods
    • ToString()
  • Extension Methods
Back to top Generated by DocFX