Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Las excepciones de una tarea no se detectaron ni esperando a que terminara la tarea ni teniendo acceso a la propiedad Exception. Por consiguiente, el subproceso del finalizador volvió a producir la excepción no detectada. #138

Open
brkastner opened this issue Sep 29, 2014 · 0 comments

Comments

@brkastner
Copy link
Owner

System.AggregateException: Las excepciones de una tarea no se detectaron ni esperando a que terminara la tarea ni teniendo acceso a la propiedad Exception. Por consiguiente, el subproceso del finalizador volvió a producir la excepción no detectada. ---> System.Net.WebException: Excepción durante una solicitud WebClient. ---> System.IO.IOException: El proceso no puede obtener acceso al archivo 'C:\Users\romme_000\AppData\Local\Temp\GDEDZHXL.mp3.jpg' porque está siendo utilizado en otro proceso.
   en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   en System.Net.WebClient.DownloadFileAsync(Uri address, String fileName, Object userToken)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en SDownload.Framework.Streams.BaseStream.<DownloadExtra>d__e.MoveNext()
   --- Fin del seguimiento de la pila de la excepción interna ---
---> (Nº de excepción interna 0) System.Net.WebException: Excepción durante una solicitud WebClient. ---> System.IO.IOException: El proceso no puede obtener acceso al archivo 'C:\Users\romme_000\AppData\Local\Temp\GDEDZHXL.mp3.jpg' porque está siendo utilizado en otro proceso.
   en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   en System.Net.WebClient.DownloadFileAsync(Uri address, String fileName, Object userToken)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en SDownload.Framework.Streams.BaseStream.<DownloadExtra>d__e.MoveNext()<---

--- Inner exception of type System.Net.WebException start ---
--- Message: Excepción durante una solicitud WebClient. ---
System.Net.WebException: Excepción durante una solicitud WebClient. ---> System.IO.IOException: El proceso no puede obtener acceso al archivo 'C:\Users\romme_000\AppData\Local\Temp\GDEDZHXL.mp3.jpg' porque está siendo utilizado en otro proceso.
   en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   en System.Net.WebClient.DownloadFileAsync(Uri address, String fileName, Object userToken)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en SDownload.Framework.Streams.BaseStream.<DownloadExtra>d__e.MoveNext()
--- End of inner exception stack trace ---
--- Inner exception of type System.IO.IOException start ---
--- Message: El proceso no puede obtener acceso al archivo 'C:\Users\romme_000\AppData\Local\Temp\GDEDZHXL.mp3.jpg' porque está siendo utilizado en otro proceso. ---
System.IO.IOException: El proceso no puede obtener acceso al archivo 'C:\Users\romme_000\AppData\Local\Temp\GDEDZHXL.mp3.jpg' porque está siendo utilizado en otro proceso.
   en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   en System.Net.WebClient.DownloadFileAsync(Uri address, String fileName, Object userToken)
--- End of inner exception stack trace ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant