Shows a MessageBox containing the
type of the exception as well as its message and stack-trace.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public void ShowMessageBox( IWin32Window owner, bool showDetail ) |
| Visual Basic |
|---|
Public Sub ShowMessageBox ( _ owner As IWin32Window, _ showDetail As Boolean _ ) |
| Visual C++ |
|---|
public: void ShowMessageBox( IWin32Window^ owner, bool showDetail ) |