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
object
Tag
InvalidTag
Inherited Members
Tag.Load(object)
Tag.Unload(object)
Tag.Clone()
Tag.LoadOnce(TaggableObject)
Tag.UnloadOnce(TaggableObject)
Tag.Loaded
Tag.TagHandlingProperties
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidTag : Tag

Constructors

View Source

InvalidTag()

Declaration
public InvalidTag()

Properties

View Source

DeserializationError

The error thrown during deserialization.

Declaration
public Exception DeserializationError { get; init; }
Property Value
Type Description
Exception
View Source

JSON

The raw data of the tag, as a JToken.

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX