Table of Contents

Method ShowErrorDialog

Namespace
PaintDotNet.AppModel
Assembly
PaintDotNet.Core.dll

ShowErrorDialog(IWin32Window?, Exception, ExceptionDetailOptions)

void ShowErrorDialog(IWin32Window? owner, Exception exception, ExceptionDetailOptions exceptionDetailOptions = ExceptionDetailOptions.Default)

Parameters

owner IWin32Window
exception Exception
exceptionDetailOptions ExceptionDetailOptions

ShowErrorDialog(IWin32Window?, string?, Exception, ExceptionDetailOptions)

void ShowErrorDialog(IWin32Window? owner, string? message, Exception exception, ExceptionDetailOptions exceptionDetailOptions = ExceptionDetailOptions.Default)

Parameters

owner IWin32Window
message string
exception Exception
exceptionDetailOptions ExceptionDetailOptions

ShowErrorDialog(IWin32Window?, string?, string)

void ShowErrorDialog(IWin32Window? owner, string? message, string detailsText)

Parameters

owner IWin32Window
message string
detailsText string