Shows a MessageBox containing the
message of the exception.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public void ShowMessageBox( IWin32Window owner ) |
Visual Basic |
---|
Public Sub ShowMessageBox ( _ owner As IWin32Window _ ) |
Visual C++ |
---|
public: void ShowMessageBox( IWin32Window^ owner ) |
Parameters
- owner
- Type: System.Windows.Forms..::..IWin32Window