Table of Contents

Class ThreadExceptionWindow

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

Implements a window that is displayed when an exception occurs in the application.

public class ThreadExceptionWindow : DialogWindow, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window
Inheritance
ThreadExceptionWindow
Implements

Constructors

ThreadExceptionWindow()

Initializes a new instance of the ThreadExceptionWindow class.

ThreadExceptionWindow(Exception, string?, bool, bool)

Initializes a new instance of the ThreadExceptionWindow class.

Fields

DefaultErrorImageSize

Gets or sets default error image size in device-independent units.

Properties

AdditionalInfo

Gets or sets additional information related to the exception.

CanContinue

Gets or sets whether 'Continue' button is visible.

CanQuit

Gets or sets whether 'Quit' button is visible.

Exception

Gets or sets an exception for which this window is shown.

Methods

GetDetailsText()

Gets detailed information about the exception.

GetMessageText()

Gets message text used to show information about the exception.