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(
	IWin32Window owner,
	bool showDetail
)
Visual Basic
Public Sub ShowMessageBox ( _
	owner As IWin32Window, _
	showDetail As Boolean _
)
Visual C++
public:
void ShowMessageBox(
	IWin32Window^ owner, 
	bool showDetail
)

See Also