Method ShowExceptionWindow
ShowExceptionWindow(Exception, string?, bool)
Shows ThreadExceptionWindow on the screen.
public static bool ShowExceptionWindow(Exception exception, string? additionalInfo = null, bool canContinue = true)
Parameters
exception
ExceptionException information.
additionalInfo
stringAdditional information.
canContinue
boolWhether continue button is visible.
Returns
- bool
true
if continue pressed,false
otherwise.