C# Class _3PA.Lib.Ftp.FtpOperationCancelledException

Exception indicating that a command or set of commands have been cancelled by the caller, via a callback method or event.
Inheritance: FtpException
Show file Open project: jcaillon/3P

Public Methods

Method Description
FtpOperationCancelledException ( string message ) : System

Method Details

FtpOperationCancelledException() public method

public FtpOperationCancelledException ( string message ) : System
message string
return System