edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPErrorEventArgsShowMessageBox(IWin32Window, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void ShowMessageBox(
	IWin32Window owner,
	bool showDetail
)

Parameters

owner  IWin32Window
 
showDetail  Boolean
 

See Also