You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
#141
Open
brkastner opened this issue
Jan 1, 2015
· 0 comments
not available
--- Inner exception of type System.IO.DirectoryNotFoundException start ---
--- Message: Could not find a part of the path 'I:\6. Download Managers\24. SDownload 2.0.21\BugSense_Exceptions'. ---
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) at System.IO.Directory.GetFiles(String path, String searchPattern) at BugSense.Core.FileRepository.<ReadLoggedExceptions>b__10() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at BugSense.Core.Helpers.BugSenseRequestWorker.<ProcessPreviousLoggedCrashesAsync>d__6d.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at BugSense.Core.Helpers.BugSenseRequestWorker.<SendEventAndProcessPreviousLoggedCrashes>d__7.MoveNext()--- End of inner exception stack trace ---
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: