FTPErrorEventArgsShowMessageBox(IWin32Window, Boolean) Method
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: 12.7.0.0
public void ShowMessageBox(
IWin32Window owner,
bool showDetail
)
Public Sub ShowMessageBox (
owner As IWin32Window,
showDetail As Boolean
)
public:
void ShowMessageBox(
IWin32Window^ owner,
bool showDetail
)
member ShowMessageBox :
owner : IWin32Window *
showDetail : bool -> unit
Parameters
- owner IWin32Window
-
- showDetail Boolean
-