Click or drag to resize

ModNotActivatedException Class

Exception thrown when invalid calls are made to the API when a mod has been loaded but noy yet activated.
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 ModNotActivatedException : Exception
Constructors
  NameDescription
Public methodModNotActivatedException
Throw default exception.
Public methodModNotActivatedException(String)
Throw exception with message.
Public methodModNotActivatedException(String, Exception)
Throw exception with message and inner exception.
Top
See Also