2 instantiations of ValueUnavailableException
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
464
throw new
ValueUnavailableException
(SR.Format(SR.BindingGroup_NoEntry, item, propertyName));
466
throw new
ValueUnavailableException
(SR.Format(SR.BindingGroup_ValueUnavailable, item, propertyName));
3 references to ValueUnavailableException
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
445
/// <exception cref="
ValueUnavailableException
">
996
catch (
ValueUnavailableException
vue)
1231
catch (
ValueUnavailableException
vue)