Table of Contents

Method ShowExceptionWindow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowExceptionWindow(Exception, string?, bool)

Shows ThreadExceptionWindow on the screen.

public static bool ShowExceptionWindow(Exception exception, string? additionalInfo = null, bool canContinue = true)

Parameters

exception Exception

Exception information.

additionalInfo string

Additional information.

canContinue bool

Whether continue button is visible.

Returns

bool

true if continue pressed, false otherwise.