Пример #1
0
 public static FileSystemException AlreadyOpen(FullPath path, IOException innerException)
 {
     return(new FileSystemException("The file '" + path.ToString() + "' is already opened.", innerException));
 }