Generally you should avoid throwing exception in property getters.
The framework does not care about this property. It is only used by Xaml Binding.
WPF is
catching binding exceptions so you wont see them.
Generally you should avoid throwing exception in property getters.
The framework does not care about this property. It is only used by Xaml Binding.
WPF is
catching binding exceptions so you wont see them.