Class ErrorBox
- Namespace
- NanoByte.Common.EtoControls
- Assembly
- NanoByte.Common.EtoForms.dll
A dialog displaying an error message and details.
public static class ErrorBox
- Inheritance
-
objectErrorBox
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
ownerControlThe parent window the displayed window is modal to; can be
null.exceptionExceptionThe error to display.
logFormattedTextBuilderOptional aggregated log messages.