LayoutInformation.GetLayoutExceptionElement(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the element that was being processed by the layout system at the moment of an unhandled exception.
public:
static UIElement ^ GetLayoutExceptionElement(Platform::Object ^ dispatcher);
static UIElement GetLayoutExceptionElement(IInspectable const& dispatcher);
public static UIElement GetLayoutExceptionElement(object dispatcher);
function getLayoutExceptionElement(dispatcher)
Public Shared Function GetLayoutExceptionElement (dispatcher As Object) As UIElement
Parameters
- dispatcher
-
Object
Platform::Object
IInspectable
The dispatcher object that defines the scope of the operation.
Returns
The element being processed at the time of an unhandled exception.