Share via


LayoutInformation.GetLayoutExceptionElement(Object) Method

Definition

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.

Applies to