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

static private NoMethodOnType ( string name, object type ) : string
name string
type object
리턴 string
예제 #1
0
 public static InvalidOperationException NoMethodOnType(object p0, object p1)
 {
     return(new InvalidOperationException(Strings.NoMethodOnType(p0, p1)));
 }
예제 #2
0
 internal static Exception NoMethodOnType(object p0, object p1)
 {
     return((Exception) new InvalidOperationException(Strings.NoMethodOnType(p0, p1)));
 }