Click or drag to resize

ModLoadResult Class

Contains useful error information for a mod load attempts.
Inheritance Hierarchy
SystemObject
  UModModLoadResult

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ModLoadResult

The ModLoadResult type exposes the following members.

Properties
  NameDescription
Public propertyElapsedLoadTime
Get the elapsed time of the load.
Public propertyError
Get the ModLoadError that occurred during the load.
Public propertyLoadTimestamp
Public propertyMessage
Get the error message for the load error.
Public propertySuccess
Was the load successful.
Public propertyThrownException
Get the exception that was thrown during the load or null if no exception was thrown.
Top
See Also