Class InvalidTag
Tag which failed to deserialize. Contains the raw data of the tag and the error which prevented deserialization.
Inherited Members
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidTag : Tag
Constructors
View SourceInvalidTag()
Declaration
public InvalidTag()
Properties
View SourceDeserializationError
The error thrown during deserialization.
Declaration
public Exception DeserializationError { get; init; }
Property Value
| Type | Description |
|---|---|
| Exception |
JSON
The raw data of the tag, as a JToken.
Declaration
public JToken JSON { get; init; }
Property Value
| Type | Description |
|---|---|
| JToken |