Basic constructor allowing exception message to be set
Constructor. Permits setting of reply code
public FTPException(FTPReply);
Basic constructor allowing exception message to be set
public FTPException(string);
Basic constructor allowing exception message to be set
public FTPException(string,Exception);
Constructor. Permits setting of reply code
public FTPException(string,int);
Constructor. Permits setting of reply code
public FTPException(string,string);