Shows a MessageBox containing the type of the exception as well as its message and stack-trace.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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

See Also