An NDoc Documented Class Library

FTPException Constructor

Basic constructor allowing exception message to be set

Overload List

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);

See Also

FTPException Class | EnterpriseDT.Net.Ftp Namespace