Advertisement
vladkostashuk

Untitled

Jun 30th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.81 KB | None | 0 0
  1. Необработанное исключение: System.IO.IOException: Процесс не может получить дост
  2. уп к файлу "D:\games\ARMA 2 DayZ F.A.B.I.S. Repack\Whitelister\whitelist.txt", т
  3. ак как этот файл используется другим процессом.
  4.    в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  5.    в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, In
  6. t32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions op
  7. tions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean
  8.  useLongPath, Boolean checkHost)
  9.    в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, F
  10. ileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean b
  11. FromProxy, Boolean useLongPath, Boolean checkHost)
  12.    в System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding
  13. , Int32 bufferSize, Boolean checkHost)
  14.    в System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding
  15. , Int32 bufferSize)
  16.    в System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding
  17. )
  18.    в System.IO.File.WriteAllLines(String path, String[] contents)
  19.    в serverExample.Handle.ClientLeft(Client client)
  20.    в serverExample.Program.ClientRead(Object client)
  21.    в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCon
  22. text, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23.    в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, Co
  24. ntextCallback callback, Object state, Boolean preserveSyncCtx)
  25.    в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, Co
  26. ntextCallback callback, Object state)
  27.    в System.Threading.ThreadHelper.ThreadStart(Object obj)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement