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)
Syntaxpublic bool HasException { get; }
Property Value
Type:
Boolean
See Also