Gets the MfException instance or derived exception that caused the current exception.
OutputVar := instance.InnerException
Value
An MfException or derived exception
A MfException based exception or null.
Read-only Property
Returns an instance of MfException based exception that describes the error that caused the current exception.
If a MfException or derived exception was passed into the constructor then that is what gets returned. However if an AutoHotkey Exception was passed into the constructor is converted into MfException. When it AutoHotkey Exception is passed in to the constructor InnerException will always return a MfException object.
If no exception was passed into the constructor then InnerException will be null.