Пример #1
0
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }
Пример #2
0
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }