コード例 #1
0
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }
コード例 #2
0
ファイル: NfsFileSystem.cs プロジェクト: JGTM2016/discutils
 private static Exception ConvertNfsException(Nfs3Exception ne)
 {
     throw new IOException("NFS Status: " + ne.Message, ne);
 }