Re: Exception handling/Error question (General questions)
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:
- Exception handling/Error question - JasonH, 2005-06-20, 19:12
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:11
- Re: Exception handling/Error question - JasonH, 2005-06-20, 21:32
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:38
- Re: Exception handling/Error question - JasonH, 2005-06-20, 21:40
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:42
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:12
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 23:17
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:31
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:33
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 23:34
- Re: Exception handling/Error question - JasonH, 2005-06-21, 16:24
- Re: Exception handling/Error question - JasonH, 2005-06-21, 17:55
- Re: Exception handling/Error question - wodSupport, 2005-06-21, 20:39
- Re: Exception handling/Error question - jz1, 2006-06-29, 18:35
- Re: Exception handling/Error question - wodSupport, 2006-06-29, 19:56
- Re: Exception handling/Error question - jz1, 2006-06-30, 18:37
- Re: Exception handling/Error question - Dell, 2007-01-01, 02:42
- Re: Exception handling/Error question - jz1, 2006-06-30, 18:37
- Re: Exception handling/Error question - wodSupport, 2006-06-29, 19:56
- Re: Exception handling/Error question - jz1, 2006-06-29, 18:35
- Re: Exception handling/Error question - wodSupport, 2005-06-21, 20:39
- Re: Exception handling/Error question - JasonH, 2005-06-21, 17:55
- Re: Exception handling/Error question - JasonH, 2005-06-21, 16:24
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 23:34
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:33
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:31
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 23:17
- Re: Exception handling/Error question - JasonH, 2005-06-20, 23:12
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:42
- Re: Exception handling/Error question - JasonH, 2005-06-20, 21:40
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:38
- Re: Exception handling/Error question - JasonH, 2005-06-20, 21:32
- Re: Exception handling/Error question - wodSupport, 2005-06-20, 21:11