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