LayoutInformation.GetLayoutExceptionElement Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the element that was being processed by the layout system at the moment of an unhandled exception.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- dispatcher
- Type: System.Windows.Threading.Dispatcher
The Dispatcher object that defines the scope of the operation. There is one dispatcher per layout engine instance.
Return Value
Type: System.Windows.UIElementThe element being processed at the time of an unhandled exception.
Show: