Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.6k views
in .NET FTP by (120 points)
FTPException class should inherit from System.ApplicationException instead of System.Exception.

Check .net docs :

http://msdn.microsoft.com/library/defau ... stopic.asp

"ApplicationException is thrown by a user program, not by the common language runtime. If you are designing an application that needs to create its own exceptions, derive from the ApplicationException class. ApplicationException extends Exception, but does not add new functionality. This exception is provided as means to differentiate between exceptions defined by applications versus exceptions defined by the system."

Rolando

1 Answer

0 votes
by (162k points)
Thanks for pointing this out - this will be fixed in 1.1.0, due out in the next few days.

Just to whet appetites a little - 1.1.0 is basically a rewrite, with loads of new features:

- FTPFile objects returned from directory listings, so you can easily obtain remote file/directory details
- message listener interface for collecting FTP messages
- progress monitor interface
- lots of minor fixes and enhancements

FTPException class should inherit from System.ApplicationException instead of System.Exception.

Categories

...