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
IWin32Windowexception
ExceptionexceptionDetailOptions
ExceptionDetailOptions
ShowErrorDialog(IWin32Window?, string?, Exception, ExceptionDetailOptions)
void ShowErrorDialog(IWin32Window? owner, string? message, Exception exception, ExceptionDetailOptions exceptionDetailOptions = ExceptionDetailOptions.Default)
Parameters
owner
IWin32Windowmessage
stringexception
ExceptionexceptionDetailOptions
ExceptionDetailOptions
ShowErrorDialog(IWin32Window?, string?, string)
void ShowErrorDialog(IWin32Window? owner, string? message, string detailsText)
Parameters
owner
IWin32Windowmessage
stringdetailsText
string