An NDoc Documented Class Library

FTPException Constructor (String, Exception)

Basic constructor allowing exception message to be set

public FTPException(
   string msg,
   Exception innerException
);

Parameters

msg
Message that the user will be able to retrieve
innerException
Exception that caused this exception

See Also

FTPException Class | EnterpriseDT.Net.Ftp Namespace | FTPException Constructor Overload List