Table of Contents

Class ErrorBox

Namespace
NanoByte.Common.EtoControls
Assembly
NanoByte.Common.EtoForms.dll

A dialog displaying an error message and details.

public static class ErrorBox
Inheritance
object
ErrorBox

Methods

Show(Control?, Exception, FormattedTextBuilder?)

Displays an error box with a message and details.

public static void Show(Control? owner, Exception exception, FormattedTextBuilder? log = null)

Parameters

owner Control

The parent window the displayed window is modal to; can be null.

exception Exception

The error to display.

log FormattedTextBuilder

Optional aggregated log messages.