Click or drag to resize

ModLoadResult Properties

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