Hi guy,s
I am seeing sometimes this exception in my sflistview on UWP only. I handle selectinchanged event exceptions as below but this exception is registered as unhandled in uwp. it should be crashing somewhere in the nuget package
private void list_SelectionChanged(object sender, ItemSelectionChangedEventArgs e)
{
try
{
}
catch (Exception ex)
{
//report exception
}
}
SelectionChanged(Object, ItemSelectionChangedEventArgs) + 0x245 at System.Xml.XmlTextReaderImpl.OnDefaultAttributeUseDelegate.Invoke(IDtdDefaultAttributeInfo, XmlTextReaderImpl) + 0x2e at Syncfusion.ListView.XForms.SelectionController.RaiseSelectionChanged(List`1, List`1) + 0x5c at Syncfusion.ListView.XForms.SelectionController.ProcessItemSelection(Object, Object, ListViewItemInfoBase, ListViewItemInfoBase) + 0x33f at Syncfusion.ListView.XForms.SelectionController.ProcessSingleSelection(ListViewItemInfoBase, Object) + 0x14a at Syncfusion.ListView.XForms.SelectionController.ProcessSelection(ListViewItemInfoBase, Object) + 0x9a at Syncfusion.ListView.XForms.SelectionController.HandleTouchInteraction(TouchGesture, ListViewItemInfoBase, Point) + 0x1a9 at Syncfusion.ListView.XForms.ListViewItemInfoBase.HandleTouchInteraction(TouchGesture, Point) + 0xbd at Syncfusion.ListView.XForms.UWP.ListViewItemRenderer.ItemRenderer_Tapped(Object, TappedRoutedEventArgs) + 0x1b9 at System.Xml.XmlTextReaderImpl.OnDefaultAttributeUseDelegate.Invoke(IDtdDefaultAttributeInfo, XmlTextReaderImpl) + 0x2e at __Interop.Intrinsics.HasThisCall__32[TArg0](Object, IntPtr, Object, TArg0) + 0x36 at myWorkout.UWP!<BaseAddress>+0x3549670 at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x20 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32) + 0xb8 at __Interop.ForwardComStubs.Stub_16[TThis](__ComObject, Int32) + 0x24 at Microsoft.AppCenter.Utils.ApplicationLifecycleHelper.<.ctor>b__17_1(Object, UnhandledErrorDetectedEventArgs) + 0x3d --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at Microsoft.AppCenter.Utils.ApplicationLifecycleHelper.<.ctor>b__17_1(Object, UnhandledErrorDetectedEventArgs) + 0x75 at System.EventHandler`1.Invoke(Object, TEventArgs) + 0x1b at __Interop.Intrinsics.HasThisCall__32[TArg0](Object, IntPtr, Object, TArg0)