Hi All,
I'd like to use StackFrame in a UWP project but just find that the constructors are not valid. Visual studio 2015 report a error says 'StackFrame' does not contains a constructor that take 0 arguments.(In fact all constructor are invalid)
The decompiling result by ReSharper shows that the constructor is marked as "internal" instead of "public". I check the api doc in MSDN and it indicates all the constructors are available and public for UWP. Could anybody ever encounter
this issue and has a alternative solution? Thank you
Neo