Click or drag to resize

ModLoadException Class

An exception that is thrown when there is a mod loading error.
Inheritance Hierarchy

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ModLoadException : Exception

The ModLoadException type exposes the following members.

Constructors
  NameDescription
Public methodModLoadException
Create a new instance.
Top
See Also