An NDoc Documented Class Library

FTPErrorEventArgs.ShowMessageBox Method

Shows a MessageBox containing the message of the exception.

Overload List

Shows a MessageBox containing the message of the exception.

public void ShowMessageBox();

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

public void ShowMessageBox(bool);

Shows a MessageBox containing the message of the exception.

public void ShowMessageBox(IWin32Window);

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

public void ShowMessageBox(IWin32Window,bool);

See Also

FTPErrorEventArgs Class | EnterpriseDT.Net.Ftp Namespace