FTPCancelableEventArgs Constructor
Constructs an instance of
FTPCancelableEventArgs, setting
the default value of
Cancel as specified.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected FTPCancelableEventArgs(
bool canBeCancelled,
bool defaultCancelValue,
Exception ex
)
Protected Sub New (
canBeCancelled As Boolean,
defaultCancelValue As Boolean,
ex As Exception
)
protected:
FTPCancelableEventArgs(
bool canBeCancelled,
bool defaultCancelValue,
Exception^ ex
)
new :
canBeCancelled : bool *
defaultCancelValue : bool *
ex : Exception -> FTPCancelableEventArgs
Parameters
- canBeCancelled Boolean
-
- defaultCancelValue Boolean
- Default value of Cancel.
- ex Exception
-