LayoutInformation.GetLayoutExceptionElement(Dispatcher) 메서드

정의

처리되지 않은 예외가 발생할 때 레이아웃 엔진에서 처리 중이던 UIElement를 반환합니다.

public:
 static System::Windows::UIElement ^ GetLayoutExceptionElement(System::Windows::Threading::Dispatcher ^ dispatcher);
public static System.Windows.UIElement GetLayoutExceptionElement (System.Windows.Threading.Dispatcher dispatcher);
static member GetLayoutExceptionElement : System.Windows.Threading.Dispatcher -> System.Windows.UIElement
Public Shared Function GetLayoutExceptionElement (dispatcher As Dispatcher) As UIElement

매개 변수

dispatcher
Dispatcher

작업의 범위를 정의하는 Dispatcher 개체입니다. 레이아웃 엔진 인스턴스마다 하나의 디스패처가 있습니다.

반환

UIElement

처리되지 않은 예외가 발생할 때 레이아웃 엔진에서 처리 중이던 UIElement입니다.

예외

dispatchernull인 경우

설명

애플리케이션의 레이아웃에서 문제를 해결 하는 애플리케이션 예외 처리기에서이 작업의 결과 볼 수 있습니다.

적용 대상