I created a Background task in my UWP project, and the Dev Center of Microsoft store catch many exception inside Background task:
STOWED_EXCEPTION_System.Exception;
STOWED_EXCEPTION_System.ArgumentException;
STOWED_EXCEPTION_System.Exception;
When I run my application in Debug mode on Visual Studio, never cath any exception :(
Someone help me?
Thanks in advance