Error Getting Database Directory

Does anyone have an idea why calling NotesSession.GetDbDirectory(“”) would cause an AccessViolationException? Here’s the code:

NotesSession ns = new NotesSession();

ns.Initialize(“”);

NotesDbDirectory ndd = ns.GetDbDirectory(“”);

Thanks.