Click or drag to resize

JsonLdProcessorWarning Class

Represents a warning message raised during JSON-LD processing
Inheritance Hierarchy
SystemObject
  VDS.RDF.JsonLdJsonLdProcessorWarning

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class JsonLdProcessorWarning

The JsonLdProcessorWarning type exposes the following members.

Constructors
  NameDescription
Public methodJsonLdProcessorWarning
Create a new warning message with the specified code and message.
Top
Properties
  NameDescription
Public propertyErrorCode
The error code associated with the warning.
Public propertyMessage
The detailed warning message.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Get a string representation of the warning.
(Overrides ObjectToString.)
Top
See Also