Click or drag to resize

BindingErrorTracer Class

Helper class to detect binding errors during debugging.

All functionality is only active if a debugger is attached.

Inheritance Hierarchy
System.Object
  TomsToolbox.Wpf.BindingErrorTracer

Namespace: TomsToolbox.Wpf
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class BindingErrorTracer

The BindingErrorTracer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberStart(Action<String>) Hooks into PresentationTraceSources to listen for binding errors with Warning.
Public methodStatic memberStart(Action<String>, SourceLevels) Hooks into PresentationTraceSources to listen for binding errors.
Top
Fields
 NameDescription
Public fieldStatic memberIgnoredErrors The errors to be ignored during error handling.
Top
See Also