Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1.  
  2.  
  3. C:\>tfff.exe @yglover3603 yglover.html
  4.  
  5. Unhandled Exception: System.UnauthorizedAccessException: Access to the path 'C:\
  6. yglover.html' is denied.
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
  9. nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
  10. ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
  11. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
  12. FileShare share, Int32 bufferSize, FileOptions options)
  13. at System.IO.StreamWriter.CreateFile(String path, Boolean append)
  14. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encodin
  15. g, Int32 bufferSize)
  16. at System.IO.StreamWriter..ctor(String path)
  17. at TwitterScrape.MainClass.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement