Table of Contents

Constructor ThreadExceptionWindow

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

ThreadExceptionWindow(Exception, string?, bool)

Initializes a new instance of the ThreadExceptionWindow class.

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

Parameters

exception Exception

Exception information.

additionalInfo string

Additional information.

canContinue bool

Whether continue button is visible.