2 instantiations of ValueUnavailableException
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
457throw new ValueUnavailableException(SR.Format(SR.BindingGroup_NoEntry, item, propertyName)); 459throw new ValueUnavailableException(SR.Format(SR.BindingGroup_ValueUnavailable, item, propertyName));
2 references to ValueUnavailableException
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
977catch (ValueUnavailableException vue) 1212catch (ValueUnavailableException vue)