예제 #1
0
파일: HashFile.cs 프로젝트: MosheFogel/FMS
 public string OwnerName()
 {
     try
     {
         return(CppToCsharpAdapter.OwnerName(my_hash_file_pointer));
     }
     catch (SEHException ex)
     {
         return(CppToCsharpAdapter.GetLastErrorMessage(this.my_hash_file_pointer));
     }
     catch
     {
         throw;
     }
 }