Table of Contents

Constructor ThreadExceptionWindow

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

ThreadExceptionWindow()

Initializes a new instance of the ThreadExceptionWindow class.

public ThreadExceptionWindow()

ThreadExceptionWindow(Exception, string?, bool, bool)

Initializes a new instance of the ThreadExceptionWindow class.

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

Parameters

exception Exception

Exception information.

additionalInfo string

Additional information.

canContinue bool

Whether 'Continue' button is visible.

canQuit bool

Whether 'Quit' button is visible.