Re: Try/Except for ADSI GetObject

2006-05-31 Thread Roger Upole
"LittlePython" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am a little confused on why I can not detect an object that does not exist > with a try and except. If I understand ADSI correctly from what I have read > you do not create these objects but rather get them. They already

Try/Except for ADSI GetObject

2006-05-30 Thread LittlePython
I am a little confused on why I can not detect an object that does not exist with a try and except. If I understand ADSI correctly from what I have read you do not create these objects but rather get them. They already exist. I believe if I do the equivalent in VB I would generate an error when I t