InstancePropertyNotDefinedForType() 정적인 개인적인 메소드

A string like "Instance property '{0}' is not defined for type '{1}'"
static private InstancePropertyNotDefinedForType ( object p0, object p1 ) : string
p0 object
p1 object
리턴 string
예제 #1
0
 internal static Exception InstancePropertyNotDefinedForType(object p0, object p1)
 {
     return(new ArgumentException(Strings.InstancePropertyNotDefinedForType(p0, p1)));
 }