Partager via


LayoutInformation.GetLayoutExceptionElement(Dispatcher) Méthode

Définition

Retourne un UIElement traité par le moteur de disposition au moment d'une exception non gérée.

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

Paramètres

dispatcher
Dispatcher

L'objet Dispatcher qui définit la portée de l'opération. Il y a un répartiteur par instance de moteur de disposition.

Retours

UIElement traité par le moteur de disposition au moment d'une exception non gérée.

Exceptions

Se produit quand dispatcher est null.

Remarques

Vous pouvez afficher le résultat de cette opération à partir d’un gestionnaire d’exceptions d’application pour résoudre les problèmes dans la disposition d’une application.

S’applique à