Beispiel #1
0
 /// <summary>
 /// MissingMemberException with message like "Property {0} is read-only"
 /// </summary>
 internal static Exception PropertyReadonly(object p0)
 {
     return(new MissingMemberException(Strings.PropertyReadonly(p0)));
 }