UWP icon indicating copy to clipboard operation
UWP copied to clipboard

CustomRichEditor.OnGettingFocus Exception

Open sentry[bot] opened this issue 3 years ago • 1 comments

Sentry Issue: AINOTES-71

[22:15:40:138] [  2 | Main ] [ERROR  ]  [App                                ] UnhandledException: System.ArgumentException: Value does not fall within the expected range.
   at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21
   at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, SByte) + 0xc0
   at __Interop.ForwardComStubs.Stub_42[TThis](__ComObject, Boolean, Int32) + 0x37
   at AINotes.Components.Implementations.CustomRichEditor.OnGettingFocus(UIElement, GettingFocusEventArgs) + 0xaa
   at System.ComponentModel.DoWorkEventHandler.Invoke(Object, DoWorkEventArgs) + 0x2e
   at __Interop.Intrinsics.HasThisCall__22[TArg0](Object, IntPtr, Object, TArg0) + 0x36
   at AINotes!<BaseAddress>+0x547a213

sentry[bot] avatar Nov 17 '22 22:11 sentry[bot]

Something with threading maybe.

vincentscode avatar Nov 17 '22 22:11 vincentscode