Class InvalidModule
Module which failed to deserialize. Contains the raw data of the module 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.Modules
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidModule : Module
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 module, as a JToken.
Declaration
public JToken JSON { get; set; }
Property Value
Type | Description |
---|---|
JToken |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUnload()
Declaration
public override void Unload()