Method ShowErrorDialog
- Namespace
- PaintDotNet.AppModel
- Assembly
- PaintDotNet.Core.dll
ShowErrorDialog(IWin32Window?, Exception, ExceptionDetailOptions)
void ShowErrorDialog(IWin32Window? owner, Exception exception, ExceptionDetailOptions exceptionDetailOptions = ExceptionDetailOptions.Default)
Parameters
ownerIWin32WindowexceptionExceptionexceptionDetailOptionsExceptionDetailOptions
ShowErrorDialog(IWin32Window?, string?, Exception, ExceptionDetailOptions)
void ShowErrorDialog(IWin32Window? owner, string? message, Exception exception, ExceptionDetailOptions exceptionDetailOptions = ExceptionDetailOptions.Default)
Parameters
ownerIWin32WindowmessagestringexceptionExceptionexceptionDetailOptionsExceptionDetailOptions
ShowErrorDialog(IWin32Window?, string?, string)
void ShowErrorDialog(IWin32Window? owner, string? message, string detailsText)
Parameters
ownerIWin32WindowmessagestringdetailsTextstring