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( bool showDetail ) |
| Visual Basic |
|---|
Public Sub ShowMessageBox ( _ showDetail As Boolean _ ) |
| Visual C++ |
|---|
public: void ShowMessageBox( bool showDetail ) |
Parameters
- showDetail
- Type: System..::..Boolean