2 instantiations of ValueUnavailableException
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
457
throw new
ValueUnavailableException
(SR.Format(SR.BindingGroup_NoEntry, item, propertyName));
459
throw new
ValueUnavailableException
(SR.Format(SR.BindingGroup_ValueUnavailable, item, propertyName));
3 references to ValueUnavailableException
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
438
/// <exception cref="
ValueUnavailableException
">
983
catch (
ValueUnavailableException
vue)
1218
catch (
ValueUnavailableException
vue)