Re: FtpDLX.NET Error Handling - WeOnlyDo Discussion board

Re: FtpDLX.NET Error Handling (General questions)

by woddrazen, Tuesday, November 27, 2012, 09:41 (4161 days ago) @ Erich

Hi Erich,


If you are using Events you can check for an error inside Connected and Done Event. Blocking Property is set to False in this case.

In Blocking mode error will be received immediately on line where it occur. LastError Property holds info about last error that occur. So if you catch it there you don't need to use LastError Property.

Hope this helps.


Regards,
Drazen


Complete thread: