Raise the Error event.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected internal void RaiseError(
	FTPErrorEventArgs e
)
Visual Basic
Protected Friend Sub RaiseError ( _
	e As FTPErrorEventArgs _
)
Visual C++
protected public:
void RaiseError(
	FTPErrorEventArgs^ e
)

Parameters

e
Type: EnterpriseDT.Net.Ftp..::..FTPErrorEventArgs
Event arguments.

See Also