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?