Class JsonLdProcessorWarning
Represents a warning message raised during JSON-LD processing.
Inherited Members
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdProcessorWarning
Constructors
| Edit this page View SourceJsonLdProcessorWarning(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 SourceErrorCode
The error code associated with the warning.
Declaration
public JsonLdErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
JsonLdErrorCode |
Message
The detailed warning message.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceToString()
Get a string representation of the warning.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |