Re: Exception handling/Error question - WeOnlyDo Discussion board

Re: Exception handling/Error question (General questions)

by JasonH, Tuesday, June 21, 2005, 16:24 (6887 days ago) @ wodSupport

I took out the exception handling and now the error occurs as soon as I return from the Connect function in the wodftpdlx.tli file.

inline HRESULT IwodFtpDLXCom::Connect ( const _variant_t & Hostname, const _variant_t & Port, const _variant_t & Protocol ) {
HRESULT _hr = raw_Connect(Hostname, Port, Protocol);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}


Complete thread: