InstancePropertyWithoutParameterNotDefinedForType() static private method

A string like "Instance property '{0}' that takes no argument is not defined for type '{1}'"
static private InstancePropertyWithoutParameterNotDefinedForType ( object p0, object p1 ) : string
p0 object
p1 object
return string
 internal static Exception InstancePropertyWithoutParameterNotDefinedForType(object p0, object p1)
 {
     return(new ArgumentException(Strings.InstancePropertyWithoutParameterNotDefinedForType(p0, p1)));
 }