Skip to content

Fix its Exception in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess #42

@pingzing

Description

@pingzing

Version: 1.0.2.0 | DigiTransit10

Stacktrace

System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.IO.WindowsRuntimeStorageExtensions.d__3;MoveNext;;
System.IO.WindowsRuntimeStorageExtensions.d__3;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.FileTarget.d__8;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.FileTargetBase.d__28;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.FileTargetBase.d__26;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.Target.d__5;MoveNext;;

Reason

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. (Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)))

Link to HockeyApp

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions