Click or drag to resize

ModArchiveException Class

Exception that is thrown when a mod file cannot be loaded.
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 ModArchiveException : Exception
Constructors
  NameDescription
Public methodModArchiveException(String)
Create a new instance.
Public methodModArchiveException(String, Exception)
Create a new instance.
Top
See Also