Show the dialog with the exception exception.
Namespace:
SGPAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public DialogResult ShowDialog( IWin32Window owner, Exception exception, bool showDetails ) |
Parameters
- owner
- Type: System.Windows.Forms..::.IWin32Window
The dialog owner IWin32Window.
- exception
- Type: System..::.Exception
The exception being shown.
- showDetails
- Type: System..::.Boolean
Indicates whether exception details will be shown.
Return Value
Returns the dialog result code.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | exception is nullNothingnullptra null reference (Nothing in Visual Basic). |