Beispiel #1
0
        public static Database OpenStub(string file)
        {
            Database ret = new Database(XapianPINVOKE.Auto_OpenStub(file), true);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }