AnyConverter.getType(e.TargetException))
&& (p.property.Attributes & PropertyAttribute.OPTIONAL) != 0)
{
throw new UnknownPropertyException(name, object);
} else {
throw new WrappedTargetException(
e.getMessage(), object, e.TargetException);
}
}
boolean undoAmbiguous
= (p.property.Attributes & PropertyAttribute.MAYBEAMBIGUOUS) != 0;