Click or drag to resize

ModLoadResultThrownException Property

Get the exception that was thrown during the load or null if no exception was thrown.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Exception ThrownException { get; }

Property Value

Type: Exception
See Also