Click or drag to resize

ModDebugLogMessageHasException Property

Returns true if this message has an exception available. use ThrownException to access the exception.

Namespace:  UMod.Debugging
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasException { get; }

Property Value

Type: Boolean
See Also