ConvertFromException()

Namespace ›› System ›› MfException ›› Methods ››
Parent Previous Next

ConvertFromException()

OutputVar := MfException.ConvertFromException(e)

ConvertFromException(e)

Converts an AutoHotkey Exception object to MfException object

Parameters

e

AutoHotkey Exception object to convert to MfException object

Returns

Returns MfException object representing the data values of the AutoHotkey Exception.
If e in not a valid AutoHotkey Exception then a MfException object instance is returned containing null values.

Remarks

MfException automatically converts AutoHotkey Exceptions when passed in to the Constructor.
Static method