public bool is_open() { try { return(CppToCsharpAdapter.is_open(my_hash_file_pointer)); } catch (SEHException ex) { string message = CppToCsharpAdapter.GetLastErrorMessage(this.my_hash_file_pointer); throw new Exception(message); } catch { throw; } }