NevronOpenVision
Nevron.Nov.UI Namespace / NErrorDialog Class / Show Method / Show(String,String,Exception) Method
Show(String,String,Exception) Method
Shows an error dialog for the given exception.
Syntax
public static NPromise<ENTaskDialogButton> Show( 
   System.string windowTitle,
   System.string header,
   System.Exception exception
)

Parameters

windowTitle
header
exception
Remarks
This method always shows the error dialog on the UI thread, i.e. if the currently executing code is not on the UI thread, this method automatically calls NApplication.BeginInvoke to show the error dialog on the UI thread.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also