Re: Exception handling/Error question (General questions)
Ok, I did some calculation. Error you get is -2146798272 which converted to HEX is 800A7540. If I take only lower word, it's HEX 7540. Converting it back to dec gives us 30016 - so this is HRESULT error for invalid login/password, right?
But this isn't access violation exception I'm worried about, and for which I need to duplicate behavior. 30016 can be fixed if trapped correctly, right?
Or I'm missing something here. What are we after, if 30016 is expected?
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