Click or drag to resize

IModDebugLogException Method

[Missing <summary> documentation for "M:UMod.IModDebug.LogException(System.Exception)"]

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void LogException(
	Exception e
)

Parameters

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:UMod.IModDebug.LogException(System.Exception)"]

See Also