edtFTPnet/Free - Open-source FTP component for .NET | Download
Constructs an instance of FTPCancelableEventArgs, setting the default value of Cancel as specified.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
protected FTPCancelableEventArgs(
	bool canBeCancelled,
	bool defaultCancelValue,
	Exception ex
)
Visual Basic
Protected Sub New ( _
	canBeCancelled As Boolean, _
	defaultCancelValue As Boolean, _
	ex As Exception _
)
Visual C++
protected:
FTPCancelableEventArgs(
	bool canBeCancelled, 
	bool defaultCancelValue, 
	Exception^ ex
)

Parameters

canBeCancelled
Type: System..::..Boolean
defaultCancelValue
Type: System..::..Boolean
Default value of Cancel.
ex
Type: System..::..Exception

See Also