Exemplo n.º 1
0
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }
Exemplo n.º 2
0
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }