PropertyWithMoreThanOneMatch() статический приватный Метод

A string like "More than one property '{0}' on type '{1}' is compatible with the supplied arguments."
static private PropertyWithMoreThanOneMatch ( object p0, object p1 ) : string
p0 object
p1 object
Результат string
Пример #1
0
 internal static Exception PropertyWithMoreThanOneMatch(object p0, object p1)
 {
     return(new InvalidOperationException(Strings.PropertyWithMoreThanOneMatch(p0, p1)));
 }