Click or drag to resize

JsonLdProcessorWarning Constructor

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

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdProcessorWarning(
	JsonLdErrorCode errorCode,
	string message
)

Parameters

errorCode
Type: VDS.RDF.JsonLdJsonLdErrorCode

[Missing <param name="errorCode"/> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessorWarning.#ctor(VDS.RDF.JsonLd.JsonLdErrorCode,System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:VDS.RDF.JsonLd.JsonLdProcessorWarning.#ctor(VDS.RDF.JsonLd.JsonLdErrorCode,System.String)"]

See Also