Show / Hide Table of Contents

Class InvalidTag

Tag which failed to deserialize. Contains the raw data of the tag and the error which prevented deserialization.

Inheritance
System.Object
Tag
InvalidTag
Inherited Members
Tag.Load(Object)
Tag.Unload(Object)
Tag.Clone()
Tag.LoadOnce(TaggableObject)
Tag.UnloadOnce(TaggableObject)
Tag.Loaded
Tag.TagHandlingProperties
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 Source

DeserializationError

The error thrown during deserialization.

Declaration
public Exception DeserializationError { get; set; }
Property Value
Type Description
Exception
| Improve this Doc View Source

JSON

The raw data of the tag, as a JToken.

Declaration
public JToken JSON { get; set; }
Property Value
Type Description
JToken

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX