Class InvalidTag
Tag which failed to deserialize. Contains the raw data of the tag and the error which prevented deserialization.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidTag : Tag
Properties
| Improve this Doc View SourceDeserializationError
The error thrown during deserialization.
Declaration
public Exception DeserializationError { get; set; }
Property Value
Type | Description |
---|---|
Exception |
JSON
The raw data of the tag, as a JToken.
Declaration
public JToken JSON { get; set; }
Property Value
Type | Description |
---|---|
JToken |