Click or drag to resize

ModNotLoadedException Class

Exception thrown when invalid calls are made t the API when a mod has not been loaded.
Inheritance Hierarchy

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModNotLoadedException : Exception
Constructors
  NameDescription
Public methodModNotLoadedException
Throw default exception.
Public methodModNotLoadedException(String)
Throw exception with message.
Public methodModNotLoadedException(String, Exception)
Throw exception with message and inner exception
Top
See Also